Spaces:
Running
Running
Commit
·
dc84ff8
1
Parent(s):
0fd6cea
feat: remove share button
Browse files
app.py
CHANGED
@@ -185,6 +185,7 @@ with gr.Blocks(
|
|
185 |
container=True,
|
186 |
show_download_button=False,
|
187 |
show_fullscreen_button=False,
|
|
|
188 |
)
|
189 |
|
190 |
with gr.Column(elem_classes="button-container"):
|
@@ -200,6 +201,7 @@ with gr.Blocks(
|
|
200 |
interactive=False,
|
201 |
show_download_button=False,
|
202 |
show_fullscreen_button=False,
|
|
|
203 |
)
|
204 |
|
205 |
gr.Markdown("### Generated Output")
|
@@ -209,6 +211,7 @@ with gr.Blocks(
|
|
209 |
interactive=False,
|
210 |
show_download_button=False,
|
211 |
show_fullscreen_button=False,
|
|
|
212 |
)
|
213 |
|
214 |
with gr.Column(elem_classes="documentation"):
|
|
|
185 |
container=True,
|
186 |
show_download_button=False,
|
187 |
show_fullscreen_button=False,
|
188 |
+
show_share_button=False,
|
189 |
)
|
190 |
|
191 |
with gr.Column(elem_classes="button-container"):
|
|
|
201 |
interactive=False,
|
202 |
show_download_button=False,
|
203 |
show_fullscreen_button=False,
|
204 |
+
show_share_button=False,
|
205 |
)
|
206 |
|
207 |
gr.Markdown("### Generated Output")
|
|
|
211 |
interactive=False,
|
212 |
show_download_button=False,
|
213 |
show_fullscreen_button=False,
|
214 |
+
show_share_button=False,
|
215 |
)
|
216 |
|
217 |
with gr.Column(elem_classes="documentation"):
|