ThomasSimonini HF staff commited on
Commit
757c89f
1 Parent(s): 07f1261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ inputs=[Textbox(label="message"),
95
  Slider(minimum=20, maximum=250, step=10, default=50, label="max_new_tokens"),
96
  "state"],
97
  outputs=["chatbot","state"],
98
- examples = [["Hello!", "Antoine", "The following is a conversation with Antoine, a guard for Northfall that's drinking in the Tavern.", 0.9, 1.1, 50, state]],
99
  allow_screenshot=True,
100
  allow_flagging=True,
101
  title=title,
 
95
  Slider(minimum=20, maximum=250, step=10, default=50, label="max_new_tokens"),
96
  "state"],
97
  outputs=["chatbot","state"],
98
+ examples = [["Hello!", "Antoine", "The following is a conversation with Antoine, a guard for Northfall that's drinking in the Tavern.", 0.9, 1.1, 50, iface.state]],
99
  allow_screenshot=True,
100
  allow_flagging=True,
101
  title=title,