File size: 116 Bytes
962e6d4
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

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