Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lusstta
/
Mistral-7B-v0.1-Demo
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Mistral-7B-v0.1-Demo
/
app.py
lusstta
initial commit
22f39cf
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/mistralai/Mistral-7B-v0.1"
).launch()