Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1180,4 +1180,8 @@ with gr.Blocks() as demo:
|
|
| 1180 |
|
| 1181 |
# demo.launch(show_api=False, show_error=True, debug=False, share=False)
|
| 1182 |
# demo.launch(show_api=False, show_error=True, debug=False, share=True)
|
| 1183 |
-
demo.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1180 |
|
| 1181 |
# demo.launch(show_api=False, show_error=True, debug=False, share=False)
|
| 1182 |
# demo.launch(show_api=False, show_error=True, debug=False, share=True)
|
| 1183 |
+
demo.launch(
|
| 1184 |
+
host="0.0.0.0", # Required for Spaces
|
| 1185 |
+
port=7860, # Standard Gradio port
|
| 1186 |
+
share=False # Not needed on Spaces
|
| 1187 |
+
)
|