ysharma HF staff commited on
Commit
d850e97
·
1 Parent(s): 92e9dcc

update desc

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)