Spaces:
Running
Running
clement-bonnet
commited on
Commit
·
25a2865
1
Parent(s):
dc84ff8
feat: remove share button
Browse files
app.py
CHANGED
@@ -141,6 +141,7 @@ with gr.Blocks(
|
|
141 |
interactive=False,
|
142 |
show_download_button=False,
|
143 |
show_fullscreen_button=False,
|
|
|
144 |
container=False,
|
145 |
)
|
146 |
|
|
|
141 |
interactive=False,
|
142 |
show_download_button=False,
|
143 |
show_fullscreen_button=False,
|
144 |
+
show_share_button=False,
|
145 |
container=False,
|
146 |
)
|
147 |
|