Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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([])
|