Abid Ali Awan commited on
Commit
f7d2322
·
1 Parent(s): 65923fa

improved stop button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ demo = gr.Interface(
76
  live=True,
77
  allow_flagging="never",
78
  theme=gr.themes.Soft(),
79
- stop_btn=True,
80
  )
81
 
82
  # Launch the Gradio interface
 
76
  live=True,
77
  allow_flagging="never",
78
  theme=gr.themes.Soft(),
79
+ stop_btn="Stop",
80
  )
81
 
82
  # Launch the Gradio interface