Sebastian Medina commited on
Commit
1968d53
·
1 Parent(s): a72899e

code clean up

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,10 +1,5 @@
1
  import gradio as gr
2
 
3
-
4
- 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()
 
1
  import gradio as gr
2
 
 
 
 
 
 
3
  iface = gr.Interface.load('huggingface/smc/electric_2', alias='Electric Pole Classifier')
4
 
5
  iface.launch()