Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -253,5 +253,5 @@ def download_image(n_clicks, image_src):
|
|
253 |
|
254 |
if __name__ == '__main__':
|
255 |
print("Starting the Dash application...")
|
256 |
-
app.run(debug=
|
257 |
print("Dash application has finished running.")
|
|
|
253 |
|
254 |
if __name__ == '__main__':
|
255 |
print("Starting the Dash application...")
|
256 |
+
app.run(debug=False, host='0.0.0.0', port=7860)
|
257 |
print("Dash application has finished running.")
|