s3nh commited on
Commit
f7ca10f
1 Parent(s): a482884

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='MoE-LLaVA🚀') as demo:
26
  gr.Markdown(title_markdown)
27
  state = gr.State()
28
  state_ = gr.State()