aarbelle commited on
Commit
a393337
1 Parent(s): 79a12df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ with demo:
72
  gr.Markdown('# Unsupervised Domain Generalization by Learning a Bridge Across Domains')
73
  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)')
74
  gr.Markdown('## Instructions:')
75
- gr.Markdown('Select a query domain and a class from the drop-down menus and the select any random image from the domain using the slider below. The retrieved results from each of the four domains, along with the class label will be presented.')
76
  gr.Markdown('## Select Query Domain: ')
77
  gr.Markdown('# Query Image: \t\t\t\t')
78
  # domain_drop = gr.Dropdown(domains)
 
72
  gr.Markdown('# Unsupervised Domain Generalization by Learning a Bridge Across Domains')
73
  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)')
74
  gr.Markdown('## Instructions:')
75
+ gr.Markdown('Select a query domain and a class from the drop-down menus and the select any random image from the domain using the slider below and press the "Run" button. The retrieved results from each of the four domains, along with the class label will be presented.')
76
  gr.Markdown('## Select Query Domain: ')
77
  gr.Markdown('# Query Image: \t\t\t\t')
78
  # domain_drop = gr.Dropdown(domains)