csuhan commited on
Commit
358bdd1
·
1 Parent(s): cc09dc6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -199,6 +199,7 @@ def gradio_worker(
199
 
200
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo:
201
  gr.Markdown("## OneLLM: One Framework to Align All Modalities with Language")
 
202
  with gr.Row(equal_height=True):
203
  modality = gr.Textbox(value='image', visible=False)
204
  with gr.Column(scale=1):
 
199
 
200
  with gr.Blocks(css=CSS, theme=gr.themes.Base()) as demo:
201
  gr.Markdown("## OneLLM: One Framework to Align All Modalities with Language")
202
+ gr.Markdown("[[Project Page](https://onellm.csuhan.com)] [[Code](https://github.com/csuhan/OneLLM)]")
203
  with gr.Row(equal_height=True):
204
  modality = gr.Textbox(value='image', visible=False)
205
  with gr.Column(scale=1):