chatty / app.py
anisotropies's picture
Update app.py
0068ee3 verified
raw
history blame
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()