Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ansaribinhyder
/
Alyahya
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ansaribinhyder
commited on
Jan 16
Commit
b8f4b14
·
1 Parent(s):
3f33740
Changed the host
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ def get_all_posts():
15
16
17
if __name__ == "__main__":
18
-
app.run(debug=False,host=
host_name_ipaddress
,port=8190)
15
16
17
if __name__ == "__main__":
18
+
app.run(debug=False,host=
"0.0.0.0"
,port=8190)