SPACERUNNER99 commited on
Commit
5cbbbb8
·
verified ·
1 Parent(s): 054c506

Update app.py

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