update desc
Browse files
app.py
CHANGED
@@ -75,6 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
b1 = gr.Button('Edit the image!')
|
76 |
chatbot = gr.Chatbot()
|
77 |
b1.click(chat,[image_in, text_in, state_in], [chatbot, state_in])
|
78 |
-
|
|
|
79 |
demo.queue(concurrency_count=10)
|
80 |
demo.launch(debug=True, width="80%", height=1500)
|
|
|
75 |
b1 = gr.Button('Edit the image!')
|
76 |
chatbot = gr.Chatbot()
|
77 |
b1.click(chat,[image_in, text_in, state_in], [chatbot, state_in])
|
78 |
+
gr.Markdown(help_text)
|
79 |
+
|
80 |
demo.queue(concurrency_count=10)
|
81 |
demo.launch(debug=True, width="80%", height=1500)
|