Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
janar
/
retrival_aug_llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5c73d5c
retrival_aug_llm
/
run.sh
janar
fix loading
5c73d5c
over 1 year ago
raw
Copy download link
history
blame
110 Bytes
#!/bin/sh
python -m uvicorn
"main:app"
"--host"
"0.0.0.0"
"--port"
"8080"
&
python -m streamlit run app.py