Update app.py
Browse files
app.py
CHANGED
|
@@ -1114,9 +1114,6 @@ if __name__ == "__main__":
|
|
| 1114 |
# Launch with debug mode enabled
|
| 1115 |
# For hot reload, use: gradio app_enhanced.py instead of python app_enhanced.py
|
| 1116 |
demo.launch(
|
| 1117 |
-
server_name="0.0.0.0",
|
| 1118 |
-
server_port=7863, # Different port to avoid conflicts
|
| 1119 |
-
share=True,
|
| 1120 |
debug=True,
|
| 1121 |
show_error=True
|
| 1122 |
)
|
|
|
|
| 1114 |
# Launch with debug mode enabled
|
| 1115 |
# For hot reload, use: gradio app_enhanced.py instead of python app_enhanced.py
|
| 1116 |
demo.launch(
|
|
|
|
|
|
|
|
|
|
| 1117 |
debug=True,
|
| 1118 |
show_error=True
|
| 1119 |
)
|