alpdroidchat / app.py
alperall's picture
Update app.py
d68abd2 verified
raw
history blame
112 Bytes
import gradio as gr
gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.3",
provider="together",
).launch()