Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anisotropies
/
chatty
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0068ee3
chatty
/
app.py
anisotropies
Update app.py
0068ee3
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
185 Bytes
import
gradio
as
gr
gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.2"
,
title=
"Someone's Chatty"
,
description=
"What would you like to chat about?"
).launch()