Thatguy099 commited on
Commit
8386b4a
·
verified ·
1 Parent(s): fd40d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ demo = gr.ChatInterface(
56
  value=0.95,
57
  step=0.05,
58
  label="Top-p (nucleus sampling)",
59
- ),
60
-
61
  ],
62
  )
63
 
 
56
  value=0.95,
57
  step=0.05,
58
  label="Top-p (nucleus sampling)",
59
+ ),
 
60
  ],
61
  )
62