Spaces:
Runtime error
Runtime error
jamescalam
commited on
Commit
•
f682c4d
1
Parent(s):
2a6b233
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ with demo:
|
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|
169 |
prompt = gr.TextArea(
|
170 |
-
value="A
|
171 |
placeholder="Enter a prompt to dream about",
|
172 |
interactive=True
|
173 |
)
|
|
|
167 |
with gr.Row():
|
168 |
with gr.Column():
|
169 |
prompt = gr.TextArea(
|
170 |
+
value="A person surfing",
|
171 |
placeholder="Enter a prompt to dream about",
|
172 |
interactive=True
|
173 |
)
|