Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
test-sj-crm/psy_vk
DMTuit
/
psy_vk
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Aug 13, 2024
Commit
7b47fec
·
verified
·
1 Parent(s):
0b6cb86
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2291,4 +2291,4 @@ initialize_requests()
2291
2292
if __name__ == '__main__':
2293
2294
-
app.run()
2291
2292
if __name__ == '__main__':
2293
2294
+
app.run(
host='0.0.0.0', port=int(os.environ.get('PORT', 7860
)
))