Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ def inference(image):
|
|
123 |
css_hide_footer = """
|
124 |
footer {display: none !important;}
|
125 |
#share-btn-container {display: none !important;}
|
|
|
126 |
"""
|
127 |
|
128 |
# --- Gradio Interface ---
|
|
|
123 |
css_hide_footer = """
|
124 |
footer {display: none !important;}
|
125 |
#share-btn-container {display: none !important;}
|
126 |
+
button[data-testid="ShareButton"] {display: none !important;}
|
127 |
"""
|
128 |
|
129 |
# --- Gradio Interface ---
|