intuitive262 commited on
Commit
ba6a1c3
·
1 Parent(s): fb830f3

Uploaded code files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def main_fun(image, keyword):
74
  return ext_text, highlight_text
75
 
76
  iface = gr.Interface(
77
- fn=app,
78
  inputs=[
79
  gr.Image(type="pil", label="Upload an Image").
80
  gr.Textbox(label="Enter search term")
 
74
  return ext_text, highlight_text
75
 
76
  iface = gr.Interface(
77
+ fn=main_fun,
78
  inputs=[
79
  gr.Image(type="pil", label="Upload an Image").
80
  gr.Textbox(label="Enter search term")