RefalMachine commited on
Commit
b4df1b0
·
verified ·
1 Parent(s): 4050305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -112,10 +112,10 @@ latex_delimiters = [{
112
  "right": "\\]",
113
  "display": True
114
  }]
115
- chatbot = mgr.Chatbot(label="Chatbot",
116
- scale=1,
117
- height=400,
118
- latex_delimiters=latex_delimiters)
119
  demo = gr.ChatInterface(
120
  respond,
121
  additional_inputs=[
@@ -132,7 +132,7 @@ demo = gr.ChatInterface(
132
  ),
133
  gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
134
  ],
135
- chatbot=chatbot,
136
  concurrency_limit=10
137
  )
138
 
 
112
  "right": "\\]",
113
  "display": True
114
  }]
115
+ #chatbot = mgr.Chatbot(label="Chatbot",
116
+ # scale=1,
117
+ # height=400,
118
+ # latex_delimiters=latex_delimiters)
119
  demo = gr.ChatInterface(
120
  respond,
121
  additional_inputs=[
 
132
  ),
133
  gr.Slider(minimum=0.9, maximum=1.5, value=1.05, step=0.05, label="repetition_penalty"),
134
  ],
135
+ # chatbot=chatbot,
136
  concurrency_limit=10
137
  )
138