Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def load_predefined_images():
|
|
148 |
]
|
149 |
return predefined_images
|
150 |
|
151 |
-
with gr.Blocks(css=css, theme
|
152 |
gr.Markdown(DESCRIPTIONx)
|
153 |
with gr.Row():
|
154 |
prompt = gr.Text(
|
@@ -156,6 +156,7 @@ with gr.Blocks(css=css, theme = gr.themes.Base(primary_hue="teal",secondary_hue=
|
|
156 |
show_label=False,
|
157 |
max_lines=1,
|
158 |
placeholder="Enter your prompt",
|
|
|
159 |
container=False,
|
160 |
)
|
161 |
run_button = gr.Button("Run🚀", scale=0)
|
|
|
148 |
]
|
149 |
return predefined_images
|
150 |
|
151 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
152 |
gr.Markdown(DESCRIPTIONx)
|
153 |
with gr.Row():
|
154 |
prompt = gr.Text(
|
|
|
156 |
show_label=False,
|
157 |
max_lines=1,
|
158 |
placeholder="Enter your prompt",
|
159 |
+
value="Bird, in the style of juergen teller, subtle chromatism, back button focus, album covers, filippino lippi, soft-focused realism, expressive eyes",
|
160 |
container=False,
|
161 |
)
|
162 |
run_button = gr.Button("Run🚀", scale=0)
|