Spaces:
Running
Running
cryptocalypse
commited on
Update app.py
Browse files
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"),
|