Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ def process():
|
|
121 |
|
122 |
if __name__ == "__main__":
|
123 |
# Run the app on port 5000 or the port provided by the environment (for Hugging Face Spaces)
|
124 |
-
app.run(host="0.0.0.0", port=
|
|
|
121 |
|
122 |
if __name__ == "__main__":
|
123 |
# Run the app on port 5000 or the port provided by the environment (for Hugging Face Spaces)
|
124 |
+
app.run(host="0.0.0.0", port=7860)
|