motadepolvo commited on
Commit
bb61ce7
·
verified ·
1 Parent(s): 8635792

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.png', 'circle.png', 'triangle.png', 'cube.jpg', 'sphere.jpg', 'tetrahedron.jpg']
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.jpg', 'sphere.jpg', 'tetrahedron.jpg', 'mix1.jpg', 'mix2.png']
19
 
20
  gr.Interface(
21
  fn=predict,