Spaces:
Build error
Build error
Commit
·
4c1f91e
1
Parent(s):
bf5b3c7
update intro
Browse files
app.py
CHANGED
@@ -64,9 +64,7 @@ demo = gr.Interface(
|
|
64 |
article=article,
|
65 |
inputs=gr.inputs.Image(type="filepath", label="Input"),
|
66 |
outputs="label",
|
67 |
-
examples=examples
|
68 |
-
allow_flagging="never",
|
69 |
-
analytics_enabled=False,
|
70 |
)
|
71 |
|
72 |
|
|
|
64 |
article=article,
|
65 |
inputs=gr.inputs.Image(type="filepath", label="Input"),
|
66 |
outputs="label",
|
67 |
+
examples=examples
|
|
|
|
|
68 |
)
|
69 |
|
70 |
|