JaMe76 commited on
Commit
086c7d7
1 Parent(s): ccbd9ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ inputs = gr.inputs.Image(type='numpy', label="Original Image")
27
  outputs = gr.outputs.Image(type="numpy", label="Output Image")
28
 
29
  title = "Deepdoctection"
30
- description = ""
31
 
32
  examples = [['sample_1.jpg'],['sample_2.png']]
33
 
 
27
  outputs = gr.outputs.Image(type="numpy", label="Output Image")
28
 
29
  title = "Deepdoctection"
30
+ description = "A Document AI Package"
31
 
32
  examples = [['sample_1.jpg'],['sample_2.png']]
33