File size: 110 Bytes
c3e8522
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/mistralai/Mistral-7B-Instruct-v0.3",
   provider="novita",
).launch()