Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,7 @@ demo = gr.Interface(
|
|
79 |
description=description,
|
80 |
article=article,
|
81 |
examples=suggested_text_list,
|
82 |
-
|
83 |
-
allow_flagging=False,
|
84 |
)
|
85 |
|
86 |
demo.queue()
|
|
|
79 |
description=description,
|
80 |
article=article,
|
81 |
examples=suggested_text_list,
|
82 |
+
allow_flagging="never",
|
|
|
83 |
)
|
84 |
|
85 |
demo.queue()
|