Spaces:
Running
on
Zero
Running
on
Zero
yuhangzang
commited on
Commit
·
a0ac1a4
1
Parent(s):
8327c64
update
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ with gr.Blocks(title="CapRL Image Captioning") as demo:
|
|
| 164 |
year={2025}
|
| 165 |
}"""
|
| 166 |
|
| 167 |
-
gr.Code(value=citation_text, language="
|
| 168 |
|
| 169 |
|
| 170 |
demo.launch()
|
|
|
|
| 164 |
year={2025}
|
| 165 |
}"""
|
| 166 |
|
| 167 |
+
gr.Code(value=citation_text, language="markdown", label="BibTeX Citation")
|
| 168 |
|
| 169 |
|
| 170 |
demo.launch()
|