Spaces:
Running
Running
admin
commited on
Commit
·
a9ee06f
1
Parent(s):
0dcf4cd
, show_share_button=False
Browse files
app.py
CHANGED
@@ -79,7 +79,11 @@ if __name__ == "__main__":
|
|
79 |
),
|
80 |
],
|
81 |
outputs=[
|
82 |
-
gr.Video(
|
|
|
|
|
|
|
|
|
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),
|