Sebastian Medina commited on
Commit
a72899e
·
1 Parent(s): 8054e07
Files changed (1) hide show
  1. app.py +1 -1
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().load('huggingface/smc/electric_2', alias='Electric Pole Classifier')
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()