Spaces:
Sleeping
Sleeping
mnh
commited on
Commit
·
c79b019
1
Parent(s):
08a87c6
Add application file
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr.Interface(fn=predict,
|
|
28 |
gr.inputs.Image(label="Image to classify.", type="pil")],
|
29 |
theme="grass",
|
30 |
outputs="label",
|
31 |
-
description="
|
|
|
28 |
gr.inputs.Image(label="Image to classify.", type="pil")],
|
29 |
theme="grass",
|
30 |
outputs="label",
|
31 |
+
description="Character Image classification").launch()
|