Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
| 193 |
gr.Markdown("Upload a PDF file or images to extract and summarize text.")
|
| 194 |
gr.Markdown("Takes about 10 minutes per page.")
|
| 195 |
|
| 196 |
-
language = gr.Radio(choices=["rus", "eng"], label="
|
| 197 |
|
| 198 |
with gr.Tabs():
|
| 199 |
with gr.TabItem("PDF"):
|
|
|
|
| 193 |
gr.Markdown("Upload a PDF file or images to extract and summarize text.")
|
| 194 |
gr.Markdown("Takes about 10 minutes per page.")
|
| 195 |
|
| 196 |
+
language = gr.Radio(choices=["rus", "eng"], label="Output Language", value="rus")
|
| 197 |
|
| 198 |
with gr.Tabs():
|
| 199 |
with gr.TabItem("PDF"):
|