Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rulga
/
Doc-chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
015d69d
Doc-chat
/
run.sh
Rulga
Refactor run script and update requirements for API integration
0e8391a
3 months ago
raw
Copy download link
history
blame
Safe
64 Bytes
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --port 8000 --reload