Tayaba171 commited on
Commit
ac8428a
1 Parent(s): ea79548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ examples = [['sample_test_images/91-34.png'],
27
  ['sample_test_images/59-14.png'],
28
  ]
29
 
 
30
  title = "CALText Demo"
31
  description = "<p style='text-align: center'>Gradio demo for an CALText model architecture <a href='https://github.com/nazar-khan/CALText'>[GitHub Code]</a> trained on the <a href='http://faculty.pucit.edu.pk/nazarkhan/work/urdu_ohtr/pucit_ohul_dataset.html'>PUCIT-OHUL</a> dataset. To use it, simply add your image, or click one of the examples to load them. This demo is running on CPU that's why it can take a bit more time. </p>"
32
  inputs = gr.inputs.Image(label="Input Image")
 
27
  ['sample_test_images/59-14.png'],
28
  ]
29
 
30
+
31
  title = "CALText Demo"
32
  description = "<p style='text-align: center'>Gradio demo for an CALText model architecture <a href='https://github.com/nazar-khan/CALText'>[GitHub Code]</a> trained on the <a href='http://faculty.pucit.edu.pk/nazarkhan/work/urdu_ohtr/pucit_ohul_dataset.html'>PUCIT-OHUL</a> dataset. To use it, simply add your image, or click one of the examples to load them. This demo is running on CPU that's why it can take a bit more time. </p>"
33
  inputs = gr.inputs.Image(label="Input Image")