Spaces:
Build error
Build error
emphasis cpu-only
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def generate_relevancy(
|
|
109 |
|
110 |
iface = gr.Interface(
|
111 |
title="Semantic Abstraction Multi-scale Relevancy Extractor",
|
112 |
-
description="""A demo of [Semantic Abstraction](https://semantic-abstraction.cs.columbia.edu/)'s Multi-Scale Relevancy Extractor. To run GPU inference locally, use the [official codebase release](https://github.com/columbia-ai-robotics/semantic-abstraction).
|
113 |
|
114 |
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/).""",
|
115 |
fn=generate_relevancy,
|
|
|
109 |
|
110 |
iface = gr.Interface(
|
111 |
title="Semantic Abstraction Multi-scale Relevancy Extractor",
|
112 |
+
description="""A CPU-only demo of [Semantic Abstraction](https://semantic-abstraction.cs.columbia.edu/)'s Multi-Scale Relevancy Extractor. To run GPU inference locally, use the [official codebase release](https://github.com/columbia-ai-robotics/semantic-abstraction).
|
113 |
|
114 |
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/).""",
|
115 |
fn=generate_relevancy,
|