Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ app = gr.Interface(PromptGenerator,
|
|
18 |
theme = gr.themes.Soft(primary_hue="blue",secondary_hue="stone"),
|
19 |
title = "AI Prompt Generator",
|
20 |
examples = ["Landscape of","Pixar style little girl","A racecar driving","Fireflies at night"],
|
21 |
-
css = ".gradio-container {background: url('file
|
22 |
)
|
23 |
|
24 |
app.launch()
|
|
|
18 |
theme = gr.themes.Soft(primary_hue="blue",secondary_hue="stone"),
|
19 |
title = "AI Prompt Generator",
|
20 |
examples = ["Landscape of","Pixar style little girl","A racecar driving","Fireflies at night"],
|
21 |
+
css = ".gradio-container {background: url('file=boy 2.jpeg')}"
|
22 |
)
|
23 |
|
24 |
app.launch()
|