ivandrian11 commited on
Commit
d18a70f
·
verified ·
1 Parent(s): d62219e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def get_result_by_image(input_image: gr.Image) -> dict:
13
  return sorted_data[0]
14
 
15
 
16
- iface = gr.Interface(fn=get_result_by_image, inputs="image", outputs="text")
17
  iface.launch()
 
13
  return sorted_data[0]
14
 
15
 
16
+ iface = gr.Interface(fn=get_result_by_image, inputs="image", outputs="json")
17
  iface.launch()