Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,8 +137,7 @@ demo = gr.Interface(
|
|
137 |
description=description,
|
138 |
article=article,
|
139 |
examples=examples,
|
140 |
-
|
141 |
-
allow_flagging=False
|
142 |
)
|
143 |
|
144 |
demo.queue()
|
|
|
137 |
description=description,
|
138 |
article=article,
|
139 |
examples=examples,
|
140 |
+
allow_flagging="never"
|
|
|
141 |
)
|
142 |
|
143 |
demo.queue()
|