JJteam
commited on
Commit
•
0ece5f8
1
Parent(s):
93e0370
fixing typo
Browse files- MM-REACT/app.py +1 -1
MM-REACT/app.py
CHANGED
@@ -403,7 +403,7 @@ def init_and_kick_off():
|
|
403 |
chat = ChatWrapper()
|
404 |
|
405 |
exampleTitle = """<h3>Examples to start conversation..</h3>"""
|
406 |
-
comingSoon = """<center><b><p style="color:Red;">
|
407 |
|
408 |
with gr.Blocks(css="#tryButton {width: 120px;}") as block:
|
409 |
llm_state = gr.State()
|
|
|
403 |
chat = ChatWrapper()
|
404 |
|
405 |
exampleTitle = """<h3>Examples to start conversation..</h3>"""
|
406 |
+
comingSoon = """<center><b><p style="color:Red;">MM-REACT: March 21th version with image understanding capabilities</p></b></center>"""
|
407 |
|
408 |
with gr.Blocks(css="#tryButton {width: 120px;}") as block:
|
409 |
llm_state = gr.State()
|