ZbindChi commited on
Commit
2852ca0
·
verified ·
1 Parent(s): d6cb370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,6 +38,7 @@ iface = gr.Interface(
38
  fn=predict_pokemon,
39
  inputs=input_image,
40
  outputs=gr.Label(),
 
41
  examples=["images/01.jpg", "images/02.png", "images/03.png", "images/04.jpg", "images/06.png", "images/06.png"],
42
  description="A simple mlp classification model for image classification using the mnist dataset.")
43
- iface.launch(share=True)
 
38
  fn=predict_pokemon,
39
  inputs=input_image,
40
  outputs=gr.Label(),
41
+ live=True,
42
  examples=["images/01.jpg", "images/02.png", "images/03.png", "images/04.jpg", "images/06.png", "images/06.png"],
43
  description="A simple mlp classification model for image classification using the mnist dataset.")
44
+ iface.launch()