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