Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
AI-Rewriter
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imseldrith
commited on
Feb 11, 2023
Commit
0347ebc
·
1 Parent(s):
373e47b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ def index():
45
return st.get_html_str()
46
47
if __name__ == "__main__":
48
-
app.run(host="0.0.0.0",port=7860)
45
return st.get_html_str()
46
47
if __name__ == "__main__":
48
+
app.run(
) #
host="0.0.0.0",port=7860)