tomengland commited on
Commit
1fbd3ed
1 Parent(s): 65f9052

rmv example

Browse files
Files changed (2) hide show
  1. a_bear.jpg +0 -0
  2. app.py +0 -2
a_bear.jpg DELETED
Binary file (414 kB)
 
app.py CHANGED
@@ -15,7 +15,6 @@ def predict(img):
15
 
16
  title = "hey bear"
17
  description = "upload an image.. any image... but it should be an image of a bear"
18
- examples = ["a_bear.jpg"]
19
 
20
  gr.Interface(
21
  fn=predict,
@@ -23,5 +22,4 @@ gr.Interface(
23
  outputs=gr.outputs.Label(num_top_classes=3),
24
  title=title,
25
  description=description,
26
- examples=examples,
27
  ).launch()
 
15
 
16
  title = "hey bear"
17
  description = "upload an image.. any image... but it should be an image of a bear"
 
18
 
19
  gr.Interface(
20
  fn=predict,
 
22
  outputs=gr.outputs.Label(num_top_classes=3),
23
  title=title,
24
  description=description,
 
25
  ).launch()