Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oreillyp
/
watermark_stress_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oreillyp
commited on
Apr 21
Commit
ee4a788
·
1 Parent(s):
f872c8a
flagging
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -271,7 +271,7 @@ demo = gr.Interface(
271
```
272
273
""",
274
-
allow_flagging=
False
,
275
)
276
277
if __name__ == "__main__":
271
```
272
273
""",
274
+
allow_flagging=
"never"
,
275
)
276
277
if __name__ == "__main__":