Rimi98 commited on
Commit
be58114
1 Parent(s): a32d1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ image = gr.inputs.Image(shape =(300,300))
38
  label = gr.outputs.Label()
39
 
40
  iface = gr.Interface(fn=result, inputs=image, outputs='text', examples = image_path)
41
- iface.launch(inline = False)
 
38
  label = gr.outputs.Label()
39
 
40
  iface = gr.Interface(fn=result, inputs=image, outputs='text', examples = image_path)
41
+ iface.launch(inline = False)