Spaces:
Running
Running
Camille
commited on
Commit
•
a81cbbe
1
Parent(s):
22386d7
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=False,
|
44 |
allow_screenshot=False,
|
45 |
flagging_dir="flagged",
|
46 |
).launch(enable_queue=True, show_tips=True)
|