Commit
·
27fcb1f
1
Parent(s):
9984c6c
Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,5 @@ gr.Interface(
|
|
72 |
description=Custom_description,
|
73 |
article=Footer,
|
74 |
cache= True,
|
75 |
-
allow_flagging=
|
76 |
examples=examples1).launch()
|
|
|
72 |
description=Custom_description,
|
73 |
article=Footer,
|
74 |
cache= True,
|
75 |
+
allow_flagging='never',
|
76 |
examples=examples1).launch()
|