Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,6 +90,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
| 90 |
""")
|
| 91 |
with gr.Row():
|
| 92 |
gr.Markdown("""Select document from the menu, and interact with the text and images in the document.
|
|
|
|
| 93 |
""")
|
| 94 |
with gr.Row():
|
| 95 |
with gr.Column(scale=2):
|
|
|
|
| 90 |
""")
|
| 91 |
with gr.Row():
|
| 92 |
gr.Markdown("""Select document from the menu, and interact with the text and images in the document.
|
| 93 |
+
- Sample documents: [LLaVA paper](https://arxiv.org/pdf/2304.08485), [Interior design catalog](https://www.designblendz.com/hubfs/206.00%20Virtual%20Staging/206.00_VirtualStagingCatalog_SS17_Pages.pdf)
|
| 94 |
""")
|
| 95 |
with gr.Row():
|
| 96 |
with gr.Column(scale=2):
|