NORTHERNai / app.py
ArBaltee's picture
initial commit
c3e8522 verified
raw
history blame contribute delete
110 Bytes
import gradio as gr
gr.load(
"models/mistralai/Mistral-7B-Instruct-v0.3",
provider="novita",
).launch()