Spaces:
Running
Running
Annonymous
commited on
Commit
·
3fb40cc
1
Parent(s):
f0bf678
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,8 @@ xai = gr.Blocks()
|
|
232 |
|
233 |
with xai:
|
234 |
gr.Markdown("<h1>Methods for Explaining Contrastive Learning, CVPR 2023 Submission</h1>")
|
235 |
-
gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method
|
|
|
236 |
|
237 |
with gr.Row():
|
238 |
model_name = gr.Dropdown(["simclrv2 (1X)", "simclrv2 (2X)", "Barlow Twins"], label="Choose Model and press \"Load Model\"")
|
|
|
232 |
|
233 |
with xai:
|
234 |
gr.Markdown("<h1>Methods for Explaining Contrastive Learning, CVPR 2023 Submission</h1>")
|
235 |
+
gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method")
|
236 |
+
gr.Markdown("<b>Due to the latency in Hugging Face machines (in which this demo is using), the methods are slow. We advice to use a local machine or our Google Colab demo (link in the Github)</b>")
|
237 |
|
238 |
with gr.Row():
|
239 |
model_name = gr.Dropdown(["simclrv2 (1X)", "simclrv2 (2X)", "Barlow Twins"], label="Choose Model and press \"Load Model\"")
|