Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,4 +54,4 @@ interface = gr.Interface(
|
|
| 54 |
|
| 55 |
# Launch the Gradio app
|
| 56 |
if __name__ == "__main__":
|
| 57 |
-
interface.launch(share=True
|
|
|
|
| 54 |
|
| 55 |
# Launch the Gradio app
|
| 56 |
if __name__ == "__main__":
|
| 57 |
+
interface.launch() # Removed share=True for Hugging Face Spaces
|