Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA-CoT",
|
|
87 |
)
|
88 |
],
|
89 |
cache_examples=False,
|
90 |
-
description="Upload an image, and start chatting about it. To learn more about LLaVA-CoT, visit [
|
91 |
stop_btn="Stop Generation",
|
92 |
fill_height=True,
|
93 |
multimodal=True)
|
|
|
87 |
)
|
88 |
],
|
89 |
cache_examples=False,
|
90 |
+
description="Upload an image, and start chatting about it. To learn more about LLaVA-CoT, visit [our GitHub page](https://github.com/PKU-YuanGroup/LLaVA-CoT). Note: Since Gradio currently does not support displaying the special markings in the output, we have replaced it with the expression (Here begins the X phase).",
|
91 |
stop_btn="Stop Generation",
|
92 |
fill_height=True,
|
93 |
multimodal=True)
|