kadirnar commited on
Commit
251c58c
·
verified ·
1 Parent(s): 42b5eef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()