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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ block_css = """
210
  """
211
 
212
  textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
213
- with gr.Blocks(title="llava", theme=gr.themes.Default(), css=block_css) as demo:
214
  state = gr.State()
215
 
216
  gr.Markdown(title_markdown)
 
210
  """
211
 
212
  textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
213
+ with gr.Blocks(title="Florence-VL", theme=gr.themes.Default(), css=block_css) as demo:
214
  state = gr.State()
215
 
216
  gr.Markdown(title_markdown)