Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whyumesh
/
chat-assistant
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b0db99
chat-assistant
/
app.py
whyumesh
Update app.py
367e3c3
verified
23 days ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
# Load the model
model = gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.3"
)