Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
|
|
77 |
with gr.Column():
|
78 |
video_file_input = gr.Text(label="Upload Video url")
|
79 |
clip_type = gr.Dropdown(["dub", "sub"], label="Clip Type")
|
80 |
-
parameters = gr.
|
81 |
btn = gr.Button("create")
|
82 |
video_file_output = gr.Video(label="result: ")
|
83 |
btn.click(fn=main, inputs=[video_file_input, clip_type, parameters], outputs=video_file_output)
|
|
|
77 |
with gr.Column():
|
78 |
video_file_input = gr.Text(label="Upload Video url")
|
79 |
clip_type = gr.Dropdown(["dub", "sub"], label="Clip Type")
|
80 |
+
parameters = gr.Text()
|
81 |
btn = gr.Button("create")
|
82 |
video_file_output = gr.Video(label="result: ")
|
83 |
btn.click(fn=main, inputs=[video_file_input, clip_type, parameters], outputs=video_file_output)
|