Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DipakBundheliya
/
flask_ai_tutor
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DipakBundheliya
commited on
Jun 26, 2024
Commit
b9b91cf
·
1 Parent(s):
8331e44
Update port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,4 +132,4 @@ def history():
132
133
134
if __name__ == '__main__':
135
-
app.run(host='0.0.0.0', port=
5000
)
132
133
134
if __name__ == '__main__':
135
+
app.run(host='0.0.0.0', port=
7860
)