Spaces:
Runtime error
Runtime error
LanHarmony
commited on
Commit
•
811467e
1
Parent(s):
2314180
update app
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
|
147 |
gr.Markdown(
|
148 |
"""This is a demo to the work [Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models](https://github.com/microsoft/visual-chatgpt).<br>
|
149 |
This space connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.<br>
|
150 |
-
This space currently only supports English.<br>
|
151 |
"""
|
152 |
)
|
153 |
|
|
|
147 |
gr.Markdown(
|
148 |
"""This is a demo to the work [Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models](https://github.com/microsoft/visual-chatgpt).<br>
|
149 |
This space connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.<br>
|
150 |
+
This space currently only supports English (目前只支持英文对话, 中文正在开发中).<br>
|
151 |
"""
|
152 |
)
|
153 |
|