TroglodyteDerivations commited on
Commit
ea02631
1 Parent(s): 01748d3

Updated line 46 with: [removal] iface.launch()

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,6 +41,6 @@ iface = gr.Interface(
41
  inputs=image_input,
42
  outputs=label,
43
  title='Pokémon Classifier',
44
- description='Upload an image of Gyarados, Primape, or Wynaut and the classifier will tell you which one it is and the confidence level of the prediction.')
45
 
46
- iface.launch()
 
41
  inputs=image_input,
42
  outputs=label,
43
  title='Pokémon Classifier',
44
+ description='Upload an image of Gyarados, Primape, or Wynaut and the classifier will tell you which one it is and the confidence level of the prediction.').launch()
45
 
46
+ #iface.launch()