ThomasSimonini HF staff commited on
Commit
e2abd20
1 Parent(s): b41103a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
app.py CHANGED
@@ -81,14 +81,13 @@ inputs=[Textbox(label="message"),
81
  Slider(minimum=20, maximum=250, step=10, default=50, label="max_new_tokens"),
82
  "text",
83
  "state"],
84
-
85
- outputs=["chatbot","state"],
86
- #examples="",
87
- allow_screenshot=True,
88
- allow_flagging=True,
89
- title=title,
90
- article=article,
91
- theme=theme)
92
 
93
  if __name__ == "__main__":
94
  iface.launch()
 
81
  Slider(minimum=20, maximum=250, step=10, default=50, label="max_new_tokens"),
82
  "text",
83
  "state"],
84
+ outputs=["chatbot","state"],
85
+ #examples="",
86
+ allow_screenshot=True,
87
+ allow_flagging=True,
88
+ title=title,
89
+ article=article,
90
+ theme=theme)
 
91
 
92
  if __name__ == "__main__":
93
  iface.launch()