Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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()
|