Spaces:
BAAI
/
Running on L40S

ryanzhangfan commited on
Commit
b389a18
1 Parent(s): 7675304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks() as demo:
213
  "This is a chatbot demo for image generation and vision-language understanding using Emu3 models."
214
  )
215
  gr.Markdown(
216
- "Please input <b>only text input</b> for image generation (<b>\~600s</b>) and <b>both image and text</b> for vision-language understanding (<b>\~20s</b>)"
217
  )
218
 
219
  state = gr.State([])
 
213
  "This is a chatbot demo for image generation and vision-language understanding using Emu3 models."
214
  )
215
  gr.Markdown(
216
+ "Please provide <b>only text input</b> for image generation (<b>\~600s</b>) and <b>both image and text</b> for vision-language understanding (<b>\~20s</b>)"
217
  )
218
 
219
  state = gr.State([])