Shivdutta commited on
Commit
b6b6999
1 Parent(s): 7de7cb1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def find_best_matches(image, mode, text):
100
 
101
  gr.Interface(fn=find_best_matches,
102
  inputs=[
103
- gr.Image(label="Image to search", optional=True),
104
  gr.Radio([T2I, I2I]),
105
  gr.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",
106
  )],
 
100
 
101
  gr.Interface(fn=find_best_matches,
102
  inputs=[
103
+ gr.Image(label="Image to search"),
104
  gr.Radio([T2I, I2I]),
105
  gr.Textbox(lines=1, label="Text query", placeholder="Introduce the search text...",
106
  )],