Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ interface = gr.Interface(
|
|
32 |
)
|
33 |
|
34 |
# Launch the Gradio app and make it publicly available by using 'share=True'
|
35 |
-
interface.launch(share=True
|
|
|
32 |
)
|
33 |
|
34 |
# Launch the Gradio app and make it publicly available by using 'share=True'
|
35 |
+
interface.launch() # Don't use share=True in Hugging Face Spaces
|