Vijish commited on
Commit
283e79d
1 Parent(s): 4d42011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ def predict(text,img):
94
 
95
 
96
 
97
- gr.Interface(fn=predict, ["image", "text"], outputs="image", title='Search inside image').launch();
 
94
 
95
 
96
 
97
+ gr.Interface(predict, ["image", text], outputs="image", title='Search inside image').launch();