Spaces:
Runtime error
Runtime error
zaursamedov1
commited on
Commit
•
da2b354
1
Parent(s):
a95be14
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -148,9 +148,7 @@ logger.info("Launching Gradio interface")
|
|
148 |
# For Hugging Face Spaces deployment
|
149 |
iface.launch(
|
150 |
share=False, # Disable sharing as it's not needed in Spaces
|
151 |
-
debug=True
|
152 |
-
show_error=True, # Show full error stack traces
|
153 |
-
enable_queue=False # Disable queueing to avoid any potential GPU-related queueing issues
|
154 |
)
|
155 |
|
156 |
logger.info("Application setup complete")
|
|
|
148 |
# For Hugging Face Spaces deployment
|
149 |
iface.launch(
|
150 |
share=False, # Disable sharing as it's not needed in Spaces
|
151 |
+
debug=True # Enable debug mode for more detailed error messages
|
|
|
|
|
152 |
)
|
153 |
|
154 |
logger.info("Application setup complete")
|