sadgaj commited on
Commit
a571873
·
verified ·
1 Parent(s): e29ef0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(css=css,
51
  """)
52
  # gr.HTML("")
53
  with gr.Row():
54
- gr.Markdown("<p align='center'><a href='https://github.com/microsoft/JARVIS'>🐣Project</a> &nbsp;&nbsp;&nbsp; <a href='http://arxiv.org/abs/2303.17580'>🔥Paper</a>&nbsp;&nbsp;&nbsp; <a href='http://arxiv.org/abs/2303.17580'>🥳Contact</a></p>")
55
 
56
  # gr.HTML("""
57
  # <div style="text-align: center; margin: 0 auto;">
@@ -129,14 +129,13 @@ with gr.Blocks(css=css,
129
  gr.Markdown(
130
  """
131
  ```bibtex
132
- @misc{hans2024spotting,
133
- title={Spotting LLMs With Binoculars: Zero-Shot Detection of Machine-Generated Text},
134
- author={Abhimanyu Hans and Avi Schwarzschild and Valeriia Cherepanova and Hamid Kazemi and Aniruddha Saha and Micah Goldblum and Jonas Geiping and Tom Goldstein},
135
- year={2024},
136
- eprint={2401.12070},
137
- archivePrefix={arXiv},
138
- primaryClass={cs.CL}
139
- }
140
  """
141
  )
142
 
 
51
  """)
52
  # gr.HTML("")
53
  with gr.Row():
54
+ gr.Markdown("<p align='center'><a href='https://www.baidu.com'>🐣Project</a> &nbsp;&nbsp;&nbsp; <a href='https://www.baidu.com'>📃Paper</a>&nbsp;&nbsp;&nbsp; <a href='https://www.baidu.com'>🥳Contact</a></p>")
55
 
56
  # gr.HTML("""
57
  # <div style="text-align: center; margin: 0 auto;">
 
129
  gr.Markdown(
130
  """
131
  ```bibtex
132
+ @article{fang2023mol,
133
+ title={Mol-Instructions: A Large-Scale Biomolecular Instruction Dataset for Large Language Models},
134
+ author={Fang, Yin and Liang, Xiaozhuan and Zhang, Ningyu and Liu, Kangwei and Huang, Rui and Chen, Zhuo and Fan, Xiaohui and Chen, Huajun},
135
+ journal={arXiv preprint arXiv:2306.08018},
136
+ year={2023}
137
+ }
138
+
 
139
  """
140
  )
141