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

Update app.py

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