Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tomoniai/Demo_Mistral_Chat
jacobwilsonx
/
Demo_Mistral_Chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f18397
Demo_Mistral_Chat
/
app.py
Tomoniai
Update app.py
23e6b32
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/mistralai/Mistral-7B-v0.1"
).launch()