File size: 118 Bytes
e9582de
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/mistralai/Mistral-7B-Instruct-v0.2",
   provider="featherless-ai",
).launch()