Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,4 @@ def predict(text,img):
|
|
94 |
|
95 |
|
96 |
|
97 |
-
gr.Interface(
|
|
|
94 |
|
95 |
|
96 |
|
97 |
+
gr.Interface(predict, ["image", text], outputs="image", title='Search inside image').launch();
|