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