csuhan commited on
Commit
40b4b02
1 Parent(s): 7bba058

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ def gradio_worker(
266
 
267
  header="""
268
  ## OneLLM: One Framework to Align All Modalities with Language
269
- [[Project Page](https://onellm.csuhan.com)] [[Paper](https://github.com/csuhan/OneLLM/blob/main/OneLLM_Arxiv.pdf)] [[Code](https://github.com/csuhan/OneLLM)]
270
  """
271
 
272
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo:
 
266
 
267
  header="""
268
  ## OneLLM: One Framework to Align All Modalities with Language
269
+ [[Project Page](https://onellm.csuhan.com)] [[Paper](https://arxiv.org/abs/2312.03700)] [[Code](https://github.com/csuhan/OneLLM)]
270
  """
271
 
272
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo: