motadepolvo commited on
Commit
f70e6c8
·
verified ·
1 Parent(s): 9d6293e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
15
 
16
  title = "Figure predictor"
17
  description = "A simple model that tries to identify geometrical figures."
18
- examples = ['square', 'circle', 'triangle', 'cube', 'sphere', 'tetrahedron']
19
 
20
  gr.Interface(
21
  fn=predict,
 
15
 
16
  title = "Figure predictor"
17
  description = "A simple model that tries to identify geometrical figures."
18
+ examples = ['square.png', 'circle.png', 'triangle.png', 'cube.png', 'sphere.png', 'tetrahedron.png']
19
 
20
  gr.Interface(
21
  fn=predict,