Arigadam commited on
Commit
17495e2
·
verified ·
1 Parent(s): 59e490b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -41,6 +41,8 @@ def respond(
41
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
42
  """
43
  demo = gr.ChatInterface(
 
 
44
  respond,
45
  additional_inputs=[
46
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
41
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
42
  """
43
  demo = gr.ChatInterface(
44
+ title="Painter",
45
+ description="""⚠️WARNING⚠️: The picture will not be displayed immediately. It will be displayed when generated. DO NOT TELL ME THAT THERE IS NO PICTURE!!! Thank you for your attention.""",
46
  respond,
47
  additional_inputs=[
48
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),