Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,5 +23,5 @@ iface = gr.Interface(fn=translate_pdf,
|
|
| 23 |
inputs=gr.inputs.File(label="Upload PDF file to translate"),
|
| 24 |
outputs='text',
|
| 25 |
title="PDF Translation App",
|
| 26 |
-
description="Use this application to translate from foreign language to English. Push '
|
| 27 |
iface.launch()
|
|
|
|
| 23 |
inputs=gr.inputs.File(label="Upload PDF file to translate"),
|
| 24 |
outputs='text',
|
| 25 |
title="PDF Translation App",
|
| 26 |
+
description="Use this application to translate PDF documet from foreign language to English. Push 'Submit' button when ready to translate.")
|
| 27 |
iface.launch()
|