Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Khaled27
/
NaptahApp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Khaled27
commited on
May 23, 2023
Commit
28df8de
·
1 Parent(s):
cb74d7d
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( host=192.168.1.1,port=8080)
43
44
45
if __name__ == '__app__':
46
+
app.run( host=
'
192.168.1.1
'
,port=8080)