Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Khaled27/Naptah
khaled5321
/
Naptah
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
khaled5321
commited on
May 23, 2023
Commit
2025471
·
1 Parent(s):
aaefebe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -48,5 +48,5 @@ def hi():
48
49
50
51
-
if __name__ == '__app__':
52
-
app.run(host='0.0.0.0', port=7860)
48
49
50
51
+
52
+
app.run(host='0.0.0.0', port=7860)