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