tunglinwu commited on
Commit
4d72a7e
1 Parent(s): 74c54eb

Change the round braket.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
20
  return dict(zip(categories, map(float,probs)))
21
 
22
  # %% ../app.ipynb 12
23
- image = gr.Image(
24
  label = gr.Label()
25
  examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
26
 
 
20
  return dict(zip(categories, map(float,probs)))
21
 
22
  # %% ../app.ipynb 12
23
+ image = gr.Image()
24
  label = gr.Label()
25
  examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
26