Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dkdaniz
/
katara
like
0
Paused
App
Files
Files
Community
1
d0473b4
katara
/
run.sh
dkdaniz
Update run.sh
16efb6e
about 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
#!/bin/sh
# nohup redis-server &
python3 ingest.py
uvicorn
"main:app"
--port 7860 --host 0.0.0.0