Pinkstack commited on
Commit
28762e4
·
verified ·
1 Parent(s): 4971496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -76,7 +76,6 @@ demo = gr.ChatInterface(
76
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
77
  ],
78
  css=css,
79
- allow_html=True # Ensures the HTML in the output is rendered.
80
  )
81
 
82
  if __name__ == "__main__":
 
76
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
77
  ],
78
  css=css,
 
79
  )
80
 
81
  if __name__ == "__main__":