Xkev commited on
Commit
b13f8a7
1 Parent(s): dd55918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 [oir 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)
 
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)