Pablogps commited on
Commit
a325776
1 Parent(s): 474a940

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 = "Bad castle predictor"
17
  description = "A bad model that tries to identify the type of castle."
18
- examples = ['spanish.jpg', 'french.jpg', 'japanese.jpg']
19
 
20
  gr.Interface(
21
  fn=predict,
 
15
 
16
  title = "Bad castle predictor"
17
  description = "A bad model that tries to identify the type of castle."
18
+ examples = ['spanish', 'french', 'japanese']
19
 
20
  gr.Interface(
21
  fn=predict,