SweetSitara commited on
Commit
b4f7cd6
·
verified ·
1 Parent(s): fb0ce80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
28
  fn=detect,
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
- title="YOLO Object Detection"
32
  )
33
 
34
  # Launch app
 
28
  fn=detect,
29
  inputs=gr.Image(type="pil"),
30
  outputs=gr.Image(type="pil"),
31
+ title="Indian Sign Language Recognition"
32
  )
33
 
34
  # Launch app