Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -1021,8 +1021,7 @@ if __name__ == "__main__":
|
|
| 1021 |
share=False, # Set to True if you want to create a public link
|
| 1022 |
server_name="0.0.0.0", # Allow connections from any IP
|
| 1023 |
server_port=7860, # Default Gradio port
|
| 1024 |
-
show_error=True,
|
| 1025 |
-
show_tips=True,
|
| 1026 |
enable_queue=True, # Enable queuing for long-running tasks
|
| 1027 |
max_threads=4 # Limit concurrent processing
|
| 1028 |
)
|
|
|
|
| 1021 |
share=False, # Set to True if you want to create a public link
|
| 1022 |
server_name="0.0.0.0", # Allow connections from any IP
|
| 1023 |
server_port=7860, # Default Gradio port
|
| 1024 |
+
show_error=True, # Show errors in the interface
|
|
|
|
| 1025 |
enable_queue=True, # Enable queuing for long-running tasks
|
| 1026 |
max_threads=4 # Limit concurrent processing
|
| 1027 |
)
|