pokung commited on
Commit
371e045
·
verified ·
1 Parent(s): e848a0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()