Spaces:
Runtime error
Runtime error
Sebastian Medina
commited on
Commit
·
a72899e
1
Parent(s):
8054e07
fix
Browse files
app.py
CHANGED
@@ -5,6 +5,6 @@ title = "Electric Pole Classifier"
|
|
5 |
#description = "A Demo Vision Transformer model for pole classification: checks whether the pole has a transfomer or not"
|
6 |
interpretation='default'
|
7 |
|
8 |
-
iface = gr.Interface
|
9 |
|
10 |
iface.launch()
|
|
|
5 |
#description = "A Demo Vision Transformer model for pole classification: checks whether the pole has a transfomer or not"
|
6 |
interpretation='default'
|
7 |
|
8 |
+
iface = gr.Interface.load('huggingface/smc/electric_2', alias='Electric Pole Classifier')
|
9 |
|
10 |
iface.launch()
|