Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Khaled27
/
Naptah
like
5
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Khaled27
commited on
May 23, 2023
Commit
7cb041c
·
1 Parent(s):
e399fe5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ def get_text():
43
44
45
if __name__ == '__app__':
46
-
app.run( port=8080)
43
44
45
if __name__ == '__app__':
46
+
app.run(
host=0.0.0.0,
port=8080)