aexyb commited on
Commit
07663f2
1 Parent(s): 7218a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ demo = gr.ChatInterface(
52
  minimum=0.1,
53
  maximum=1.0,
54
  value=0.95,
55
- step=0.05,i
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],
 
52
  minimum=0.1,
53
  maximum=1.0,
54
  value=0.95,
55
+ step=0.05,
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],