awanicka's picture
Update app.py
1c63ecb verified
raw
history blame contribute delete
186 Bytes
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()