Spaces:
Sleeping
Sleeping
Update app.py
Browse fileschanged flagging.
app.py
CHANGED
@@ -20,7 +20,7 @@ example_lyrics = [
|
|
20 |
|
21 |
gr_interface = gradio.Interface(
|
22 |
fn=predict,
|
23 |
-
allow_flagging=
|
24 |
inputs=gradio.Textbox(
|
25 |
placeholder="Enter a lyric",
|
26 |
label="Lyric Input",
|
|
|
20 |
|
21 |
gr_interface = gradio.Interface(
|
22 |
fn=predict,
|
23 |
+
allow_flagging="never",
|
24 |
inputs=gradio.Textbox(
|
25 |
placeholder="Enter a lyric",
|
26 |
label="Lyric Input",
|