Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sammyview80
/
playground
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sammyview80
commited on
Mar 25, 2024
Commit
b0e7fd0
·
verified
·
1 Parent(s):
c11ff06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ def index():
153
}
154
155
if "__main__" == __name__:
156
-
app.run(debug=True, port=7860, host=0.0.0.0)
153
}
154
155
if "__main__" == __name__:
156
+
app.run(debug=True, port=7860, host=
"
0.0.0.0
"
)