Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Blane187
/
mistralai-Mixtral-8x7B-Instruct-v0.1
like
3
Sleeping
App
Files
Files
Community
8212902
mistralai-Mixtral-8x7B-Instruct-v0.1
/
app.py
Blane187
Update app.py
8212902
verified
4 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mixtral-8x7B-Instruct-v0.1"
, theme=
"Blane187/Izumi"
, title=
"Mixtral-8x7B-Instruct-v0.1"
).launch()