Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,5 +81,5 @@ if __name__ == '__main__':
|
|
81 |
os.system("pip install --upgrade gradio flask")
|
82 |
|
83 |
# For Hugging Face Spaces, port 7860 is typically used
|
84 |
-
port = int(os.environ.get("PORT",
|
85 |
app.run(host='0.0.0.0', port=port, debug=True)
|
|
|
81 |
os.system("pip install --upgrade gradio flask")
|
82 |
|
83 |
# For Hugging Face Spaces, port 7860 is typically used
|
84 |
+
port = int(os.environ.get("PORT", 7861))
|
85 |
app.run(host='0.0.0.0', port=port, debug=True)
|