yuhangzang commited on
Commit
a0ac1a4
·
1 Parent(s): 8327c64
Files changed (1) hide show
  1. app.py +1 -1
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="bibtex", label="BibTeX Citation")
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()