Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def main():
|
|
133 |
|
134 |
],
|
135 |
fn=run_inference,
|
136 |
-
inputs=[prompt_text],
|
137 |
outputs=[output_video],
|
138 |
cache_examples=True,
|
139 |
)
|
|
|
133 |
|
134 |
],
|
135 |
fn=run_inference,
|
136 |
+
inputs=[prompt_text,],
|
137 |
outputs=[output_video],
|
138 |
cache_examples=True,
|
139 |
)
|