Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -1054,7 +1054,8 @@ if __name__ == "__main__":
|
|
| 1054 |
share=False, # Set to True if you want to create a public link
|
| 1055 |
server_name="0.0.0.0", # Allow connections from any IP
|
| 1056 |
server_port=7860, # Default Gradio port
|
| 1057 |
-
show_error=True # Show errors in the interface
|
|
|
|
| 1058 |
)
|
| 1059 |
|
| 1060 |
except Exception as e:
|
|
|
|
| 1054 |
share=False, # Set to True if you want to create a public link
|
| 1055 |
server_name="0.0.0.0", # Allow connections from any IP
|
| 1056 |
server_port=7860, # Default Gradio port
|
| 1057 |
+
show_error=True, # Show errors in the interface
|
| 1058 |
+
ssr_mode=False
|
| 1059 |
)
|
| 1060 |
|
| 1061 |
except Exception as e:
|