Spaces:
Sleeping
Sleeping
lukestanley
commited on
Commit
·
db708d2
1
Parent(s):
171111d
Update allow_flagging option in Gradio interface
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ demo = gr.Interface(
|
|
98 |
cache_examples=True,
|
99 |
description=description,
|
100 |
title="ChillTranslator",
|
101 |
-
allow_flagging=
|
102 |
)
|
103 |
|
104 |
demo.launch(max_threads=1, share=True)
|
|
|
98 |
cache_examples=True,
|
99 |
description=description,
|
100 |
title="ChillTranslator",
|
101 |
+
allow_flagging="never",
|
102 |
)
|
103 |
|
104 |
demo.launch(max_threads=1, share=True)
|