s3nh commited on
Commit
7f816fb
β€’
1 Parent(s): ccd9ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ textbox = gr.Textbox(
22
  with gr.Blocks(title = '' ) as demo:
23
  gr.Markdown(title_markdown)
24
 
25
- with gr.Blocks(title='MoE-LLaVAπŸš€') as demo:
26
  gr.Markdown(title_markdown)
27
  state = gr.State()
28
  state_ = gr.State()
 
22
  with gr.Blocks(title = '' ) as demo:
23
  gr.Markdown(title_markdown)
24
 
25
+ with gr.Blocks(title='Asking questions about imagesπŸš€') as demo:
26
  gr.Markdown(title_markdown)
27
  state = gr.State()
28
  state_ = gr.State()