Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
gpcerv
/
aubaypoc
like
0
Runtime error
App
Files
Files
Community
gpcerv
commited on
Jun 6, 2023
Commit
45d6531
•
1 Parent(s):
64a89e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,5 @@ def predict():
95
'''
96
97
if __name__ == "__main__":
98
-
app.run(host='0.0.0.0', port=7860)
95
'''
96
97
if __name__ == "__main__":
98
+
#
app.run(host='0.0.0.0', port=7860)
99
+
app.run(host='0.0.0.0', port=6060)