alex-abb commited on
Commit
7c68cfd
·
verified ·
1 Parent(s): 4c44ecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ demo = gr.ChatInterface(
61
  value=0.95,
62
  step=0.05,
63
  label="Top-p (nucleus sampling)",
64
- show_copy_button = True
65
 
66
  ),
67
  ],
 
61
  value=0.95,
62
  step=0.05,
63
  label="Top-p (nucleus sampling)",
64
+ show_copy_button = True,
65
 
66
  ),
67
  ],