Hugging Face
Models
Datasets
Spaces
Community
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...
ec7ef1b
retrival_aug_llm
/
run.sh
janar
Write a few more things without testing
59ec3f3
almost 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
#!/bin/sh
uvicorn
"main:app"
"--host"
"0.0.0.0"
"--port"
"8080"
&
streamlit run app.py