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()