csuhan commited on
Commit
5813aac
1 Parent(s): 2817b5d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -196,10 +196,10 @@ def gradio_worker(
196
  #component-0 { height: 100%; }
197
  #chatbot { flex-grow: 1; overflow: auto;}
198
  """
199
-
200
  header="""
201
  ## OneLLM: One Framework to Align All Modalities with Language
202
- [[Project Page](https://onellm.csuhan.com)] [[Code](https://github.com/csuhan/OneLLM)]
203
  """
204
 
205
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo:
 
196
  #component-0 { height: 100%; }
197
  #chatbot { flex-grow: 1; overflow: auto;}
198
  """
199
+
200
  header="""
201
  ## OneLLM: One Framework to Align All Modalities with Language
202
+ [[Project Page](https://onellm.csuhan.com)] [[Paper](https://github.com/csuhan/OneLLM/blob/main/OneLLM_Arxiv.pdf)] [[Code](https://github.com/csuhan/OneLLM)]
203
  """
204
 
205
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo: