broadfield commited on
Commit
4868202
·
verified ·
1 Parent(s): c0f4dec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks() as app:
53
  app.load(None,None,t,js=js)
54
 
55
  t.change(read_pdf,t,bulk)
56
- t.change(load_html,t,h)
57
 
58
  bulk.change(pp.stream_tts,bulk,a)
59
  app.queue().launch(max_threads=40)
 
53
  app.load(None,None,t,js=js)
54
 
55
  t.change(read_pdf,t,bulk)
56
+ #t.change(load_html,t,h)
57
 
58
  bulk.change(pp.stream_tts,bulk,a)
59
  app.queue().launch(max_threads=40)