Spaces:
Build error
Build error
Commit
·
6a7d2d8
1
Parent(s):
fee32f3
update intro
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ demo = gr.Interface(
|
|
61 |
title=title,
|
62 |
description=description,
|
63 |
article=article,
|
64 |
-
inputs=gr.inputs.Image(type="filepath",
|
65 |
outputs="label",
|
66 |
examples=examples,
|
67 |
allow_flagging="never",
|
|
|
61 |
title=title,
|
62 |
description=description,
|
63 |
article=article,
|
64 |
+
inputs=gr.inputs.Image(type="filepath", label="Input"),
|
65 |
outputs="label",
|
66 |
examples=examples,
|
67 |
allow_flagging="never",
|