Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Blane187
/
mistralai-Mixtral-8x7B-Instruct-v0.1
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mistralai-Mixtral-8x7B-Instruct-v0.1
/
app.py
Blane187
Update app.py
43dcd69
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mixtral-8x7B-Instruct-v0.1"
, title=
"Mixtral-8x7B-Instruct-v0.1"
).launch()