Spaces:
Runtime error
Runtime error
JJteam
commited on
Commit
•
30bfa95
1
Parent(s):
1f2b2e4
changing title to reflect GPT4
Browse files- MM-REACT/app.py +1 -1
MM-REACT/app.py
CHANGED
@@ -416,7 +416,7 @@ def init_and_kick_off():
|
|
416 |
chat = ChatWrapper()
|
417 |
|
418 |
exampleTitle = """<h3>Examples to start conversation..</h3>"""
|
419 |
-
comingSoon = """<center><b
|
420 |
detailLinks = """
|
421 |
<center>
|
422 |
<a href="https://multimodal-react.github.io/"> MM-ReAct Website</a>
|
|
|
416 |
chat = ChatWrapper()
|
417 |
|
418 |
exampleTitle = """<h3>Examples to start conversation..</h3>"""
|
419 |
+
comingSoon = """<center><b>MM-REACT: July 21th version with GPT4 and image understanding capabilities.</b> <i>(data will be collected for research purpose)</i></center>"""
|
420 |
detailLinks = """
|
421 |
<center>
|
422 |
<a href="https://multimodal-react.github.io/"> MM-ReAct Website</a>
|