cryptocalypse commited on
Commit
c9ce13a
·
verified ·
1 Parent(s): 11aba0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -388,8 +388,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
388
  """
389
  demo = gr.ChatInterface(
390
  respond,
391
- examples=["START GAME PLAY", "SHOW RULES","SHOW RACES","SHOW CLASSES","SHOW SPELLS"],
392
-
393
  additional_inputs=[
394
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
395
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
388
  """
389
  demo = gr.ChatInterface(
390
  respond,
 
 
391
  additional_inputs=[
392
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
393
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),