Spaces:
Runtime error
Runtime error
Commit
·
f5bd9cc
1
Parent(s):
53cf806
update app
Browse files
app.py
CHANGED
|
@@ -143,13 +143,13 @@ bot = ConversationBot({'Text2Image': 'cuda:0',
|
|
| 143 |
})
|
| 144 |
|
| 145 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
|
| 154 |
with gr.Row():
|
| 155 |
openai_api_key_textbox = gr.Textbox(
|
|
|
|
| 143 |
})
|
| 144 |
|
| 145 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
| 146 |
+
gr.Markdown("<h3><center>Visual ChatGPT</center></h3>")
|
| 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 |
|
| 154 |
with gr.Row():
|
| 155 |
openai_api_key_textbox = gr.Textbox(
|