Spaces:
Build error
Build error
RamAnanth1
commited on
Commit
·
0476953
1
Parent(s):
a9cc688
Update app.py
Browse files
app.py
CHANGED
@@ -420,7 +420,7 @@ class ConversationBot:
|
|
420 |
|
421 |
bot = ConversationBot()
|
422 |
with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
|
423 |
-
gr.Markdown("# Visual ChatGPT <p> Currently supports text, image captioning, image generation, and visual
|
424 |
openai_api_key_input = gr.Textbox(type = "password", label = "Enter your OpenAI API key here")
|
425 |
chatbot = gr.Chatbot(elem_id="chatbot", label="Visual ChatGPT")
|
426 |
state = gr.State([])
|
|
|
420 |
|
421 |
bot = ConversationBot()
|
422 |
with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
|
423 |
+
gr.Markdown("# Visual ChatGPT <p> Currently supports text, image captioning, image generation, and visual question answering</p>")
|
424 |
openai_api_key_input = gr.Textbox(type = "password", label = "Enter your OpenAI API key here")
|
425 |
chatbot = gr.Chatbot(elem_id="chatbot", label="Visual ChatGPT")
|
426 |
state = gr.State([])
|