Spaces:
Runtime error
Runtime error
Kvikontent
commited on
Commit
β’
a50a2f9
1
Parent(s):
b047869
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ prompt = gr.Textbox(label="Enter prompt to generate a video", info="Based on thi
|
|
21 |
|
22 |
interface = gr.Interface(
|
23 |
generate,
|
24 |
-
inputs=[prompt
|
25 |
examples=[["Astronaut riding a horse"], ["Darth vader surfing in waves"]],
|
26 |
outputs="video",
|
27 |
cache_examples=False,
|
|
|
21 |
|
22 |
interface = gr.Interface(
|
23 |
generate,
|
24 |
+
inputs=[prompt],
|
25 |
examples=[["Astronaut riding a horse"], ["Darth vader surfing in waves"]],
|
26 |
outputs="video",
|
27 |
cache_examples=False,
|