cryptocalypse commited on
Commit
fcfacf2
·
verified ·
1 Parent(s): b66d7b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -400,6 +400,7 @@ demo = gr.ChatInterface(
400
  label="Top-p (nucleus sampling)",
401
  ),
402
  ],
 
403
  )
404
 
405
 
 
400
  label="Top-p (nucleus sampling)",
401
  ),
402
  ],
403
+ examples=["START GAME PLAY", "SHOW RULES","SHOW RACES","SHOW CLASSES","SHOW SPELLS"]
404
  )
405
 
406