admin commited on
Commit
a9ee06f
·
1 Parent(s): 0dcf4cd

, show_share_button=False

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -79,7 +79,11 @@ if __name__ == "__main__":
79
  ),
80
  ],
81
  outputs=[
82
- gr.Video(label="Video download", show_download_button=True),
 
 
 
 
83
  gr.Textbox(label="Parsing time", show_copy_button=True),
84
  gr.Textbox(label="Video description", show_copy_button=True),
85
  gr.Image(label="Author avatar", show_share_button=False),
 
79
  ),
80
  ],
81
  outputs=[
82
+ gr.Video(
83
+ label="Video download",
84
+ show_download_button=True,
85
+ show_share_button=False,
86
+ ),
87
  gr.Textbox(label="Parsing time", show_copy_button=True),
88
  gr.Textbox(label="Video description", show_copy_button=True),
89
  gr.Image(label="Author avatar", show_share_button=False),