aarbelle commited on
Commit
eff3219
1 Parent(s): 8e2a7a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with demo:
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('The model is trained in an unsupervised manner on all domains without class labels. The labels are displayed to indicate retrieval success/failure.')
75
  gr.Markdown('## Instructions:')
76
- 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.')
77
  gr.Markdown('## Select Query Domain: ')
78
  gr.Markdown('# Query Image: \t\t\t\t')
79
  # domain_drop = gr.Dropdown(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('The model is trained in an unsupervised manner on all domains without class labels. The labels are displayed to indicate retrieval success/failure.')
75
  gr.Markdown('## Instructions:')
76
+ gr.Markdown('Select a query domain and a class from the drop-down menus and select any random image index from the domain using the slider below, then press the "Run" button. The query image and the retrieved results from each of the four domains, along with the class label will be presented.')
77
  gr.Markdown('## Select Query Domain: ')
78
  gr.Markdown('# Query Image: \t\t\t\t')
79
  # domain_drop = gr.Dropdown(domains)