Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/flask
Guilherme34
/
flask-api-samantha
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Guilherme34
commited on
Apr 9, 2024
Commit
ae0d458
·
verified
·
1 Parent(s):
93a6d69
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ def chat_completions():
34
})
35
36
if __name__ == '__main__':
37
-
app.run()
34
})
35
36
if __name__ == '__main__':
37
+
app.run(
host="0.0.0.0", port=7860
)