Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -305,6 +305,5 @@ iface.launch(
|
|
305 |
server_name="0.0.0.0", # Required for Hugging Face Spaces
|
306 |
server_port=7860, # Default port for Hugging Face Spaces
|
307 |
share=False, # Disable public URL
|
308 |
-
debug=False
|
309 |
-
enable_queue=True # Enable queue for better performance
|
310 |
)
|
|
|
305 |
server_name="0.0.0.0", # Required for Hugging Face Spaces
|
306 |
server_port=7860, # Default port for Hugging Face Spaces
|
307 |
share=False, # Disable public URL
|
308 |
+
debug=False # Disable debug mode
|
|
|
309 |
)
|