File size: 101 Bytes
798d684
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/google/flan-t5-base",
   provider="hf-inference",
).launch()