Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Hitan2004
/
agentic-corrective-rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hitan2004
commited on
Apr 8
Commit
5ca389c
·
1 Parent(s):
3e3b658
Update web process to use uvicorn server
Browse files
Files changed (1)
hide
show
Procfile
+1
-1
Procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
web:
python
main.
py
1
+
web:
uvicorn
main
:app --host 0
.
0.0.0 --port $PORT