Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
manshul
/
privateLLM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
60571de
privateLLM
/
app.py
manshul
initial commit
60571de
over 1 year ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
gr.load(
"models/communityai/mistral-7b-v1-714k"
).launch()