imabhi commited on
Commit
ac645ed
·
1 Parent(s): edcb0a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ gr.Interface(fn=pdf_to_audio, inputs=[
23
  gr.inputs.File(label="Book PDF"),
24
 
25
  gr.inputs.Slider(label="Start Page"),
26
- gr.inputs.Slider(label="End Page"),gr.Dropdown(label="Language you want", ['mr','hi','en'])
27
  ], outputs= ['audio', gr.Textbox(label="Text")], title="Book Translator",description = ' Upload your book, select the start page and end page using slider and language of your choice . Here hi- hidni,mr - marathi, en- english',
28
  ).launch()
 
23
  gr.inputs.File(label="Book PDF"),
24
 
25
  gr.inputs.Slider(label="Start Page"),
26
+ gr.inputs.Slider(label="End Page"),gr.Dropdown( ['mr','hi','en'])
27
  ], outputs= ['audio', gr.Textbox(label="Text")], title="Book Translator",description = ' Upload your book, select the start page and end page using slider and language of your choice . Here hi- hidni,mr - marathi, en- english',
28
  ).launch()