Vijish commited on
Commit
38aacab
1 Parent(s): e1ccc30

Update app.py

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