Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,4 +141,4 @@ def gradio_interface():
|
|
| 141 |
|
| 142 |
# Launch the Gradio UI
|
| 143 |
if __name__ == "__main__":
|
| 144 |
-
gradio_interface().launch(
|
|
|
|
| 141 |
|
| 142 |
# Launch the Gradio UI
|
| 143 |
if __name__ == "__main__":
|
| 144 |
+
gradio_interface().launch() # Removed share=True as it's not needed on Hugging Face Spaces
|