Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ demo = gr.Interface(
|
|
25 |
gr.File(label="ASAP Annotation", file_types=[".xml"]),
|
26 |
],
|
27 |
outputs="image",
|
28 |
-
title="
|
29 |
-
description="Reverses the text entered by the user",
|
30 |
|
31 |
)
|
32 |
|
|
|
25 |
gr.File(label="ASAP Annotation", file_types=[".xml"]),
|
26 |
],
|
27 |
outputs="image",
|
28 |
+
title="ASAP annotation to png converter",
|
29 |
+
# description="Reverses the text entered by the user",
|
30 |
|
31 |
)
|
32 |
|