aarbelle commited on
Commit
80aa682
1 Parent(s): fb1c84a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def query(query_index, query_domain):
56
 
57
  demo = gr.Blocks()
58
  with demo:
59
- gr.Markdown('#Unsupervised Domain Generalization by Learning a Bridge Across Domains')
60
  gr.Markdown('This demo showcases the cross-domain retrieval capabilities of our self-supervised cross domain training as presented @CVPR 2022. For details please refer to [the paper](https://openaccess.thecvf.com/content/CVPR2022/papers/Harary_Unsupervised_Domain_Generalization_by_Learning_a_Bridge_Across_Domains_CVPR_2022_paper.pdf)')
61
  gr.Markdown('## Select Query Domain: ')
62
  domain_drop = gr.Dropdown(domains)
 
56
 
57
  demo = gr.Blocks()
58
  with demo:
59
+ gr.Markdown('# Unsupervised Domain Generalization by Learning a Bridge Across Domains')
60
  gr.Markdown('This demo showcases the cross-domain retrieval capabilities of our self-supervised cross domain training as presented @CVPR 2022. For details please refer to [the paper](https://openaccess.thecvf.com/content/CVPR2022/papers/Harary_Unsupervised_Domain_Generalization_by_Learning_a_Bridge_Across_Domains_CVPR_2022_paper.pdf)')
61
  gr.Markdown('## Select Query Domain: ')
62
  domain_drop = gr.Dropdown(domains)