apple muncy commited on
Commit
b603293
·
1 Parent(s): 9514643

messing with gradio button

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ demo = gr.ChatInterface(
56
  step=0.05,
57
  label="Top-p (nucleus sampling)",
58
  ),
59
- stop_btn:"STOP NOW",
60
  ],
61
  )
62
 
 
56
  step=0.05,
57
  label="Top-p (nucleus sampling)",
58
  ),
59
+ gr.Button("STOP NOW",)
60
  ],
61
  )
62