Spaces:
Build error
Build error
Commit
·
a8aea0c
1
Parent(s):
1401578
update intro
Browse files
app.py
CHANGED
@@ -66,6 +66,8 @@ demo = gr.Interface(
|
|
66 |
inputs=gr.inputs.Image(type="filepath", label="Input"),
|
67 |
outputs="label",
|
68 |
examples=examples,
|
|
|
|
|
69 |
)
|
70 |
|
71 |
|
|
|
66 |
inputs=gr.inputs.Image(type="filepath", label="Input"),
|
67 |
outputs="label",
|
68 |
examples=examples,
|
69 |
+
allow_flagging="never",
|
70 |
+
analytics_enabled=False
|
71 |
)
|
72 |
|
73 |
|