File size: 186 Bytes
c711565
 
1c63ecb
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

# Load the interface from the Hugging Face Hub
interface = gr.Interface.load("models/awanicka/TransparentBagClassifier")

# Launch the Gradio app
interface.launch()