Aumkeshchy2003 commited on
Commit
c7f9172
·
verified ·
1 Parent(s): b4005a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ demo = gr.Interface(
67
  gr.Audio(label="Generated Speech")
68
  ],
69
  title="OCR to TTS",
70
- description="Upload an image for OCR. The extracted text will be highlighted if a keyword is provided and converted to speech."
71
  )
72
 
73
  if __name__ == "__main__":
74
- demo.launch()
 
67
  gr.Audio(label="Generated Speech")
68
  ],
69
  title="OCR to TTS",
70
+ description="Upload an image for OCR. The extracted text will be highlighted if a keyword is provided and the whole text will be converted to speech."
71
  )
72
 
73
  if __name__ == "__main__":
74
+ demo.launch()