Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
| 73 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 74 |
with gr.Column():
|
| 75 |
video_file_input = gr.Text(label="Upload Video url")
|
| 76 |
-
clip_type = gr.Dropdown(["
|
| 77 |
btn = gr.Button("create")
|
| 78 |
video_file_output = gr.Video(label="result: ")
|
| 79 |
btn.click(fn=main, inputs=[video_file_input, clip_type], outputs=video_file_output)
|
|
|
|
| 73 |
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
| 74 |
with gr.Column():
|
| 75 |
video_file_input = gr.Text(label="Upload Video url")
|
| 76 |
+
clip_type = gr.Dropdown(["dub", "sub"], label="Clip Type")
|
| 77 |
btn = gr.Button("create")
|
| 78 |
video_file_output = gr.Video(label="result: ")
|
| 79 |
btn.click(fn=main, inputs=[video_file_input, clip_type], outputs=video_file_output)
|