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

Updated line 44 with: [removal] .launch() -> running multiple interfaces simultaneously can lead to unexpected behavior and conflicts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.').launch()
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.')
45
 
46
  iface.launch()