Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vykanand
/
llama7bserver
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
289f271
llama7bserver
/
start.sh
vykanand
Update to use Gradio instead of FastAPI
562f120
about 1 month ago
raw
Copy download link
history
blame
Safe
68 Bytes
#!/bin/bash
python app.py
uvicorn app:app --host 0.0.0.0 --port 7860