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