Spaces:
Running
Running
Camille
commited on
Commit
•
4fccc9d
1
Parent(s):
a81cbbe
fix: flag false
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ gr.Interface(
|
|
40 |
),
|
41 |
],
|
42 |
gr.outputs.Image(type="pil"),
|
43 |
-
allow_flagging=
|
44 |
allow_screenshot=False,
|
45 |
flagging_dir="flagged",
|
46 |
).launch(enable_queue=True, show_tips=True)
|
|
|
40 |
),
|
41 |
],
|
42 |
gr.outputs.Image(type="pil"),
|
43 |
+
allow_flagging="auto",
|
44 |
allow_screenshot=False,
|
45 |
flagging_dir="flagged",
|
46 |
).launch(enable_queue=True, show_tips=True)
|