eybro commited on
Commit
833a93d
·
verified ·
1 Parent(s): 8824c5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,6 +69,6 @@ def inference(image):
69
 
70
 
71
  demo = gr.Interface(fn=inference,
72
- inputs=gr.File(label='Upload image'),
73
  outputs="text")
74
  demo.launch()
 
69
 
70
 
71
  demo = gr.Interface(fn=inference,
72
+ inputs=gr.Image(label='Upload image'),
73
  outputs="text")
74
  demo.launch()