Kirili4ik commited on
Commit
1673dcd
1 Parent(s): 09f0075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,7 +113,8 @@ iface = gr.Interface(chat_function,
113
  .resp_msg {background-color:lightgray;align-self:self-end}
114
  """,
115
  allow_screenshot=True,
116
- allow_flagging=False
 
117
  )
118
 
119
  if __name__ == "__main__":
113
  .resp_msg {background-color:lightgray;align-self:self-end}
114
  """,
115
  allow_screenshot=True,
116
+ allow_flagging=False,
117
+ api_mode=True
118
  )
119
 
120
  if __name__ == "__main__":