Spaces:
Runtime error
Runtime error
add description
Browse files
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)
|