sasha HF Staff commited on
Commit
a92ca3d
·
1 Parent(s): e6fd470

removing component

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def query(image, top_k=4):
41
  url = "https://en.wikipedia.org/wiki/Butterfly"
42
  url = " You can learn more about butterflies [here](" + str(url) + ")!"
43
  description = description + url
44
- return images_with_captions, labels_with_probs, description
45
 
46
 
47
  with gr.Blocks() as demo:
 
41
  url = "https://en.wikipedia.org/wiki/Butterfly"
42
  url = " You can learn more about butterflies [here](" + str(url) + ")!"
43
  description = description + url
44
+ return images_with_captions, labels_with_probs
45
 
46
 
47
  with gr.Blocks() as demo: