osbm commited on
Commit
80c4e60
·
verified ·
1 Parent(s): 6c0f891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Reverse Text",
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