Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moamen270
/
Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
moamen270
commited on
Dec 26, 2023
Commit
f28bce9
·
1 Parent(s):
4f71c05
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ def hello_world():
8
9
10
if __name__ == "__main__":
11
-
app.run(host=0.0.0.0,port=7860)
8
9
10
if __name__ == "__main__":
11
+
app.run(host=
'
0.0.0.0
'
,port=
'
7860
'
)