Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umar-100
/
smart-research-assistant
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e92559b
smart-research-assistant
/
start.sh
umar-100
minor bug fixes
b2926b5
3 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
#!/bin/sh
cd
/app && uvicorn backend.main:app --host 0.0.0.0 --port 8000 &
cd
/app && streamlit run frontend/app.py --server.port=7860 --server.address=0.0.0.0 --browser.gatherUsageStats=
false