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