Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ title_markdown = ("""
|
|
| 186 |
""")
|
| 187 |
|
| 188 |
# title_markdown = ("""
|
| 189 |
-
# # Florence-
|
| 190 |
# """)
|
| 191 |
|
| 192 |
tos_markdown = ("""
|
|
@@ -251,7 +251,7 @@ with gr.Blocks(title="llava", theme=gr.themes.Default(), css=block_css) as demo:
|
|
| 251 |
with gr.Column(scale=8):
|
| 252 |
chatbot = gr.Chatbot(
|
| 253 |
elem_id="chatbot",
|
| 254 |
-
label="
|
| 255 |
height=650,
|
| 256 |
layout="panel",
|
| 257 |
)
|
|
|
|
| 186 |
""")
|
| 187 |
|
| 188 |
# title_markdown = ("""
|
| 189 |
+
# # Florence-VL 8B
|
| 190 |
# """)
|
| 191 |
|
| 192 |
tos_markdown = ("""
|
|
|
|
| 251 |
with gr.Column(scale=8):
|
| 252 |
chatbot = gr.Chatbot(
|
| 253 |
elem_id="chatbot",
|
| 254 |
+
label="Chatbot",
|
| 255 |
height=650,
|
| 256 |
layout="panel",
|
| 257 |
)
|