SPACERUNNER99 commited on
Commit
7090097
·
verified ·
1 Parent(s): 6abbe50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(["auto edit", "default"], 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)
 
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)