Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
AI-Rephraser
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imseldrith
commited on
Feb 8, 2023
Commit
63c6162
·
1 Parent(s):
7d497bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ def paraphrase():
23
return output_text
24
25
if __name__ == '__main__':
26
-
app.run()
23
return output_text
24
25
if __name__ == '__main__':
26
+
app.run(
host="0.0.0.0", port=7860
)