AnnonSubmission commited on
Commit
25945f9
1 Parent(s): 2011089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def get_cams():
163
  xai = gr.Blocks()
164
 
165
  with xai:
166
- gr.Markdown("<h1>Methods for Explaining Contrastive Learning, TIP Submission</h1>")
167
  gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method")
168
  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>")
169
 
 
163
  xai = gr.Blocks()
164
 
165
  with xai:
166
+ gr.Markdown("<h1>Visualizing and Understanding Contrastive Learning, TIP Submission</h1>")
167
  gr.Markdown("The interface is simplified as much as possible with only necessary options to select for each method")
168
  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>")
169