File size: 109 Bytes
f810c1d
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/google/mobilenet_v2_1.0_224",
   provider="hf-inference",
).launch()