mnh commited on
Commit
c79b019
·
1 Parent(s): 08a87c6

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Zero Shot Image classification..").launch()
 
28
  gr.inputs.Image(label="Image to classify.", type="pil")],
29
  theme="grass",
30
  outputs="label",
31
+ description="Character Image classification").launch()