Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thejagstudio
/
picxai
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thejagstudio
commited on
Jan 23, 2023
Commit
361f50d
·
1 Parent(s):
534a5f2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -267,4 +267,4 @@ def home():
267
268
269
if __name__ == '__main__':
270
-
app.run(host='0.0.0.0', port=
'8080'
)
267
268
269
if __name__ == '__main__':
270
+
app.run(host='0.0.0.0', port=
7860
)