Annonymous commited on
Commit
1c0fdd6
1 Parent(s): e86d68c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ xai = gr.Blocks()
210
  with xai:
211
  gr.Markdown("<h1>Methods for Explaining Contrastive Learning, CVPR 2023 Submission</h1>")
212
  gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method")
213
- 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>")
214
 
215
  with gr.Row():
216
  model_name = gr.Dropdown(["simclrv2 (1X)", "simclrv2 (2X)", "Barlow Twins"], label="Choose Model and press \"Load Model\"")
 
210
  with xai:
211
  gr.Markdown("<h1>Methods for Explaining Contrastive Learning, CVPR 2023 Submission</h1>")
212
  gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method")
213
+ gr.Markdown("<b>Due to the latency in Hugging Face machines (this demo is using the free CPU Basic plan with 2 CPUs), the methods are very slow. We advice to use a local machine or our Google Colab demo (link in the GitHub)</b>")
214
 
215
  with gr.Row():
216
  model_name = gr.Dropdown(["simclrv2 (1X)", "simclrv2 (2X)", "Barlow Twins"], label="Choose Model and press \"Load Model\"")