Spaces:
Running
Running
admin
commited on
Commit
•
61cd014
1
Parent(s):
ad37aa7
Update app.py
Browse files
app.py
CHANGED
@@ -233,14 +233,14 @@ with gr.Blocks() as iface:
|
|
233 |
),
|
234 |
],
|
235 |
outputs=None,
|
236 |
-
allow_flagging=
|
237 |
)
|
238 |
gr.Interface(
|
239 |
title="See current task status",
|
240 |
fn=list_tasks,
|
241 |
inputs=None,
|
242 |
outputs=gr.Textbox(label="Current task details"),
|
243 |
-
allow_flagging=
|
244 |
)
|
245 |
gr.Interface(
|
246 |
title="Test activation for all spaces once",
|
@@ -256,7 +256,7 @@ with gr.Blocks() as iface:
|
|
256 |
),
|
257 |
],
|
258 |
outputs=gr.Dataframe(label="Activated spaces"),
|
259 |
-
allow_flagging=
|
260 |
)
|
261 |
|
262 |
iface.launch()
|
|
|
233 |
),
|
234 |
],
|
235 |
outputs=None,
|
236 |
+
allow_flagging="never",
|
237 |
)
|
238 |
gr.Interface(
|
239 |
title="See current task status",
|
240 |
fn=list_tasks,
|
241 |
inputs=None,
|
242 |
outputs=gr.Textbox(label="Current task details"),
|
243 |
+
allow_flagging="never",
|
244 |
)
|
245 |
gr.Interface(
|
246 |
title="Test activation for all spaces once",
|
|
|
256 |
),
|
257 |
],
|
258 |
outputs=gr.Dataframe(label="Activated spaces"),
|
259 |
+
allow_flagging="never",
|
260 |
)
|
261 |
|
262 |
iface.launch()
|