Futuresony commited on
Commit
dad0689
·
verified ·
1 Parent(s): 4b4b581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ demo = gr.ChatInterface(
38
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
39
  ],
40
  )
41
-
42
  if __name__ == "__main__":
43
  demo.launch()
 
38
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
39
  ],
40
  )
41
+ #
42
  if __name__ == "__main__":
43
  demo.launch()