cvergnes commited on
Commit
6d59a4b
1 Parent(s): 03a7e25
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- image = gr.inputs.image(shape=(192,192))
4
  label = gr.outputs.Label()
5
  examples = ['bmw_750.jpeg']
6
 
 
1
  import gradio as gr
2
 
3
+ image = gr.inputs.Image(shape=(192,192))
4
  label = gr.outputs.Label()
5
  examples = ['bmw_750.jpeg']
6