Vijish commited on
Commit
070b553
1 Parent(s): 008bbdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,4 +91,4 @@ text = gr.inputs.Textbox(lines=5, label="Context")
91
  img = gr.inputs.Image()
92
 
93
 
94
- gr_interface = gr.Interface(fn=predict, [img, text], outputs="image", title='Search inside image').launch();
 
91
  img = gr.inputs.Image()
92
 
93
 
94
+ gr_interface = gr.Interface(fn=predict, img, text, outputs="image", title='Search inside image').launch();