Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,5 +105,10 @@ with block:
|
|
| 105 |
dropdown.change(get_values, inputs=[dropdown],
|
| 106 |
outputs=[img_bn, img_bb, img_bf, img_bs, img_an, img_ab, img_af,
|
| 107 |
img_as, model])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
block.queue(concurrency_count=40, max_size=20).launch(max_threads=150)
|
|
|
|
| 105 |
dropdown.change(get_values, inputs=[dropdown],
|
| 106 |
outputs=[img_bn, img_bb, img_bf, img_bs, img_an, img_ab, img_af,
|
| 107 |
img_as, model])
|
| 108 |
+
gr.Markdown("### Citation Information \n```\n@inproceedings{bbb_2022,\n title={Bent & Broken Bicycles: Leveraging"
|
| 109 |
+
" synthetic data for damaged object re-identification},\n author={Luca Piano, Filippo Gabriele Pratticò,"
|
| 110 |
+
" Alessandro Sebastian Russo, Lorenzo Lanari, Lia Morra, Fabrizio Lamberti},\n booktitle={2022 IEEE "
|
| 111 |
+
"Winter Conference on Applications of Computer Vision (WACV)},\n year={2022},\n "
|
| 112 |
+
"organization={IEEE}\n}\n```")
|
| 113 |
|
| 114 |
block.queue(concurrency_count=40, max_size=20).launch(max_threads=150)
|