Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -304,7 +304,7 @@ with demo:
|
|
304 |
[ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
|
305 |
"a man steps forward and does a handstand",
|
306 |
"a man rises from the ground, walks in a circle and sits back down on the ground"],
|
307 |
-
label="Examples", inputs=[text_prompt]
|
308 |
|
309 |
with gr.Column():
|
310 |
with gr.Row():
|
|
|
304 |
[ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
|
305 |
"a man steps forward and does a handstand",
|
306 |
"a man rises from the ground, walks in a circle and sits back down on the ground"],
|
307 |
+
label="Examples", inputs=[text_prompt])
|
308 |
|
309 |
with gr.Column():
|
310 |
with gr.Row():
|