Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alperall
/
alpdroidchat
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d68abd2
alpdroidchat
/
app.py
alperall
Update app.py
d68abd2
verified
2 months ago
raw
Copy download link
history
blame
112 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.3"
,
provider=
"together"
,
).launch()