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
Khaled27
commited on
May 23, 2023
Commit
003ffc1
·
1 Parent(s):
7cb041c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,6 @@ def get_text():
43
44
45
if __name__ == '__app__':
46
-
app.run(
host=0.0.0.0,port=8080
)
43
44
45
if __name__ == '__app__':
46
+
app.run( )
47
+
# if __name__ == '__app__':
48
+
# app.run( host=0.0.0.0,port=8080)