Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def main():
|
|
70 |
], label="Model Selection"),
|
71 |
gr.Textbox(label="Prompt Text", placeholder="Enter prompt text here")
|
72 |
],
|
73 |
-
outputs=gr.Video(label="Output Video"),
|
74 |
title="Open-Sora Inference",
|
75 |
description="Run Open-Sora Inference with Custom Parameters",
|
76 |
).launch()
|
|
|
70 |
], label="Model Selection"),
|
71 |
gr.Textbox(label="Prompt Text", placeholder="Enter prompt text here")
|
72 |
],
|
73 |
+
outputs=gr.Video(type="filepath", label="Output Video"),
|
74 |
title="Open-Sora Inference",
|
75 |
description="Run Open-Sora Inference with Custom Parameters",
|
76 |
).launch()
|