yejimene commited on
Commit
b7c65dc
·
verified ·
1 Parent(s): 274b159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict(img):
14
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
15
 
16
  # Creamos la interfaz y la lanzamos.
17
- gr.Interface(fn=predict, inputs=gr.Image(), outputs=gr.Label(num_top_classes=4),examples=['2009.png','2822.png','1761.png','3679.png']).launch(share=False)
 
14
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
15
 
16
  # Creamos la interfaz y la lanzamos.
17
+ gr.Interface(fn=predict, inputs=gr.Image(), outputs=gr.Label(num_top_classes=4),examples=['11331.png','12046.png','5089.png','5550.png']).launch(share=False)