Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Euryeth
/
LLM_Ariphes
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Euryeth
commited on
Jun 8
Commit
47f9485
·
verified
·
1 Parent(s):
aaea5e8
Update api.py
Browse files
Files changed (1)
hide
show
api.py
+1
-1
api.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ def chat_completions():
81
})
82
83
if __name__ == "__main__":
84
-
app.run(host="0.0.0.0", port=8080)
81
})
82
83
if __name__ == "__main__":
84
+
app.run(host="0.0.0.0", port=8080)