Spaces:
Runtime error
Runtime error
Abid Ali Awan
commited on
Commit
·
f7d2322
1
Parent(s):
65923fa
improved stop button
Browse files
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=
|
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
|