Update app.py
Browse files
app.py
CHANGED
|
@@ -18,9 +18,9 @@ with gr.Blocks(theme='Taithrah/Minimal') as demo:
|
|
| 18 |
image_tab()
|
| 19 |
with gr.Tabs():
|
| 20 |
about_tab()
|
| 21 |
-
method_tab()
|
| 22 |
results_tab()
|
| 23 |
transcription_tab(PIPELINE)
|
| 24 |
about_us_tab()
|
|
|
|
| 25 |
|
| 26 |
demo.launch()
|
|
|
|
| 18 |
image_tab()
|
| 19 |
with gr.Tabs():
|
| 20 |
about_tab()
|
|
|
|
| 21 |
results_tab()
|
| 22 |
transcription_tab(PIPELINE)
|
| 23 |
about_us_tab()
|
| 24 |
+
pdf_tab()
|
| 25 |
|
| 26 |
demo.launch()
|