Spaces:
Running
Running
Push Bot
commited on
Commit
Β·
8aecc6b
1
Parent(s):
e81f526
Sync before push logos
Browse files
app.py
CHANGED
|
@@ -2007,8 +2007,8 @@ This work, developed in collaboration with [TVG@Oxford](https://torrvision.com/i
|
|
| 2007 |
# Downloads at bottom
|
| 2008 |
pdf_out = gr.HTML(label="π Poster (PDF Preview)", visible=False)
|
| 2009 |
with gr.Row():
|
| 2010 |
-
pdf_file_out = gr.File(label="π Download Poster (PDF)")
|
| 2011 |
-
zip_out = gr.File(label="π¦ Download Results (.zip)")
|
| 2012 |
overleaf_out = gr.HTML(label="Open in Overleaf")
|
| 2013 |
# Debug (hidden)
|
| 2014 |
debug_zip_btn= gr.Button("π Test repo output.zip", variant="secondary", visible=False)
|
|
|
|
| 2007 |
# Downloads at bottom
|
| 2008 |
pdf_out = gr.HTML(label="π Poster (PDF Preview)", visible=False)
|
| 2009 |
with gr.Row():
|
| 2010 |
+
pdf_file_out = gr.File(label="π Download Poster (PDF)", interactive=False)
|
| 2011 |
+
zip_out = gr.File(label="π¦ Download Results (.zip)", interactive=False)
|
| 2012 |
overleaf_out = gr.HTML(label="Open in Overleaf")
|
| 2013 |
# Debug (hidden)
|
| 2014 |
debug_zip_btn= gr.Button("π Test repo output.zip", variant="secondary", visible=False)
|