fedihch commited on
Commit
e14fab5
1 Parent(s): 466509f

add description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,5 +32,6 @@ demo = gr.Interface(
32
  inputs=gr.Image(shape=(200, 200)),
33
  outputs="text",
34
  allow_flagging="manual",
 
35
  )
36
  demo.launch(share=True)
 
32
  inputs=gr.Image(shape=(200, 200)),
33
  outputs="text",
34
  allow_flagging="manual",
35
+ description="Upload an invoice or receipt image and the model will classify it!",
36
  )
37
  demo.launch(share=True)