rdz-falcon commited on
Commit
88cb0d9
·
verified ·
1 Parent(s): fc57c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -925,8 +925,8 @@ def create_gradio_interface():
925
  with gr.Column(scale=3, min_width=500):
926
  example_video = gr.Video(
927
  label=f"Example: {word}",
928
- autoplay=False,
929
- show_download_button=True
930
  )
931
 
932
  example_btn.click(
 
925
  with gr.Column(scale=3, min_width=500):
926
  example_video = gr.Video(
927
  label=f"Example: {word}",
928
+ autoplay=False
929
+
930
  )
931
 
932
  example_btn.click(