DebasishDhal99 commited on
Commit
14a0b3e
·
1 Parent(s): 25ad790

minor syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ image_interface = gr.Interface(
32
  outputs=[
33
  gr.Textbox(label="Image Text"),
34
  gr.Textbox(label="Translated Text")
35
- ],,
36
  title="Image Text Extractor and Translator",
37
  description=description_image,
38
  )
 
32
  outputs=[
33
  gr.Textbox(label="Image Text"),
34
  gr.Textbox(label="Translated Text")
35
+ ],
36
  title="Image Text Extractor and Translator",
37
  description=description_image,
38
  )