Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
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://
|
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:
|