Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alperall
/
ChatbotV2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatbotV2
/
app.py
alperall
initial commit
3d92aa5
verified
5 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mistral-Nemo-Instruct-2407"
,
provider=
"nebius"
,
).launch()