Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,10 @@ def _launch_demo(args, model, tokenizer):
|
|
195 |
gr.Markdown("""# Welcome to Tonic's Qwen-VL-Chat Bot""")
|
196 |
gr.Markdown(
|
197 |
""" Qwen-VL-Chat is a multimodal input model.
|
198 |
-
|
|
|
|
|
|
|
199 |
with gr.Row():
|
200 |
with gr.Column(scale=1):
|
201 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat')
|
|
|
195 |
gr.Markdown("""# Welcome to Tonic's Qwen-VL-Chat Bot""")
|
196 |
gr.Markdown(
|
197 |
""" Qwen-VL-Chat is a multimodal input model.
|
198 |
+
本WebUI基于Qwen-VL-Chat打造,实现聊天机器人功能 但我必须修复它这么多也许我也得到一些荣誉
|
199 |
+
You can use this Space to test out the current model [qwen/Qwen-VL-Chat](https://huggingface.co/qwen/Qwen-VL-Chat) You can also use 🧑🏻🚀qwen/Qwen-VL-Chat🚀 by cloning this space. 🧬🔬🔍 Simply click here: <a style="display:inline-block" href="https://huggingface.co/spaces/Tonic1/VLChat?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a></h3>
|
200 |
+
Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder's🛠️community on 👻Discord: [Discord](https://discord.gg/nXx5wbX9) On 🤗Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Polytonic](https://github.com/tonic-ai) & contribute to 🌟 [PolyGPT](https://github.com/tonic-ai/polygpt-alpha)
|
201 |
+
""")
|
202 |
with gr.Row():
|
203 |
with gr.Column(scale=1):
|
204 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat')
|