Spaces:
Runtime error
Runtime error
Abid Ali Awan
commited on
Commit
·
02a6a6d
1
Parent(s):
3f2719d
flag fixed
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
|
|
74 |
batch=True,
|
75 |
max_batch_size=10000,
|
76 |
concurrency_limit=12,
|
77 |
-
allow_flagging=
|
78 |
theme=gr.themes.Soft(),
|
79 |
)
|
80 |
|
|
|
74 |
batch=True,
|
75 |
max_batch_size=10000,
|
76 |
concurrency_limit=12,
|
77 |
+
allow_flagging="never",
|
78 |
theme=gr.themes.Soft(),
|
79 |
)
|
80 |
|