Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the interface from the Hugging Face Hub
|
4 |
+
interface = gr.Interface.load("models/awanicka/TransparentBagClassifier")
|
5 |
+
|
6 |
+
# Launch the Gradio app
|
7 |
+
interface.launch()
|