jiuhai commited on
Commit
000abe1
·
verified ·
1 Parent(s): a49ed37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -186,7 +186,7 @@ title_markdown = ("""
186
  """)
187
 
188
  # title_markdown = ("""
189
- # # Florence-llama
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="llava Chatbot",
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
  )