Delete share button
Browse files- src/gradio_interface.py +1 -0
src/gradio_interface.py
CHANGED
@@ -44,6 +44,7 @@ with gr.Blocks(theme=theme, title="π E-motion π") as demo:
|
|
44 |
show_download_button=False,
|
45 |
container=False,
|
46 |
interactive=False,
|
|
|
47 |
)
|
48 |
with gr.Column(scale=3):
|
49 |
pass
|
|
|
44 |
show_download_button=False,
|
45 |
container=False,
|
46 |
interactive=False,
|
47 |
+
show_share_button=False,
|
48 |
)
|
49 |
with gr.Column(scale=3):
|
50 |
pass
|