Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update description
Browse files
app.py
CHANGED
@@ -25,7 +25,8 @@ from app_xai import demo as demo_grok
|
|
25 |
from app_showui import demo as demo_showui
|
26 |
|
27 |
with gr.Blocks(fill_height=True) as demo:
|
28 |
-
with gr.Tab("Paligemma"):
|
|
|
29 |
demo_paligemma.render()
|
30 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
31 |
with gr.Tab("Qwen"):
|
|
|
25 |
from app_showui import demo as demo_showui
|
26 |
|
27 |
with gr.Blocks(fill_height=True) as demo:
|
28 |
+
with gr.Tab("Paligemma 2"):
|
29 |
+
gr.Markdown("paligemma2-10b-ft-docci-448 is a fine-tuned version of Paligemma 2 on the DOCCI dataset, which can accomplish a wide range of captioning tasks, including text rendering, capturing spatial relations, and including world knowledge in captions.")
|
30 |
demo_paligemma.render()
|
31 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
32 |
with gr.Tab("Qwen"):
|