Spaces:
Build error
Build error
don't cache examples
Browse files
app.py
CHANGED
@@ -82,6 +82,7 @@ iface = gr.Interface(
|
|
82 |
|
83 |
This relevancy extractor builds heavily on [Chefer et al.'s codebase](https://github.com/hila-chefer/Transformer-MM-Explainability) and [CLIP on Wheels' codebase](https://cow.cs.columbia.edu/).""",
|
84 |
fn=generate_relevancy,
|
|
|
85 |
inputs=[
|
86 |
gr.Image(type="numpy", label="Image"),
|
87 |
gr.Textbox(label="Labels (comma separated)"),
|
|
|
82 |
|
83 |
This relevancy extractor builds heavily on [Chefer et al.'s codebase](https://github.com/hila-chefer/Transformer-MM-Explainability) and [CLIP on Wheels' codebase](https://cow.cs.columbia.edu/).""",
|
84 |
fn=generate_relevancy,
|
85 |
+
cache_examples=False,
|
86 |
inputs=[
|
87 |
gr.Image(type="numpy", label="Image"),
|
88 |
gr.Textbox(label="Labels (comma separated)"),
|