Falln87 commited on
Commit
e887958
·
verified ·
1 Parent(s): 398cbda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -50,9 +50,9 @@ demo = gr.ChatInterface(
50
  value=0.95,
51
  step=0.05,
52
  label="Top-p (nucleus sampling)",
53
- ),
54
- ],
55
- )
56
 
57
 
58
  if __name__ == "__main__":
 
50
  value=0.95,
51
  step=0.05,
52
  label="Top-p (nucleus sampling)",
53
+ ),
54
+ ],
55
+ )
56
 
57
 
58
  if __name__ == "__main__":