Spaces:
Runtime error
Runtime error
Martijn van Beers
commited on
Commit
·
c540ad8
1
Parent(s):
9332582
Fix double parameter
Browse files
app.py
CHANGED
@@ -191,7 +191,6 @@ iface_NER = gr.Interface(fn=NER_demo,
|
|
191 |
outputs=outputs_NER,
|
192 |
title="Named Entity Grounding explainability using CLIP",
|
193 |
description=description_NER,
|
194 |
-
cache_examples=False,
|
195 |
examples=[
|
196 |
["example_images/London.png", "In this image we see Big Ben and the London Eye, on both sides of the river Thames."],
|
197 |
["example_images/harrypotter.png", "Hermione, Harry and Ron in their school uniform"],
|
|
|
191 |
outputs=outputs_NER,
|
192 |
title="Named Entity Grounding explainability using CLIP",
|
193 |
description=description_NER,
|
|
|
194 |
examples=[
|
195 |
["example_images/London.png", "In this image we see Big Ben and the London Eye, on both sides of the river Thames."],
|
196 |
["example_images/harrypotter.png", "Hermione, Harry and Ron in their school uniform"],
|