tree3po commited on
Commit
a39e9d9
·
verified ·
1 Parent(s): b7a4f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ with gr.Blocks() as app:
393
  gr.ChatInterface(
394
  fn=run,
395
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
396
- examples=examples,
397
  concurrency_limit=20,
398
  additional_inputs=add_in,
399
  )
 
393
  gr.ChatInterface(
394
  fn=run,
395
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
396
+ #examples=examples,
397
  concurrency_limit=20,
398
  additional_inputs=add_in,
399
  )