Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ def process_image():
|
|
92 |
|
93 |
if __name__ == '__main__':
|
94 |
# For local testing; in production, your hosting provider will manage the server.
|
95 |
-
app.run(
|
|
|
92 |
|
93 |
if __name__ == '__main__':
|
94 |
# For local testing; in production, your hosting provider will manage the server.
|
95 |
+
app.run(host="0.0.0.0", port=7860)
|