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...
09ee478
chatty
/
app.py
anisotropies
Update app.py
09ee478
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
220 Bytes
import
gradio
as
gr
demo = gr.load(
"mistralai/Mistral-7B-Instruct-v0.2"
,
title=
"Someone's Chatty"
,
description=
"What would you like to chat about?"
,
src=
"models"
)
demo.launch()