npc0 commited on
Commit
970a425
·
1 Parent(s): 1dcd1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from epub2txt import epub2txt
3
 
4
  class GUI:
5
- def __init__(self):
6
  with gr.Blocks() as demo:
7
  self.out = gr.Markdown().attach_load_event(self.hello, None)
8
 
 
2
  from epub2txt import epub2txt
3
 
4
  class GUI:
5
+ def __init__(self, *args, **kwargs):
6
  with gr.Blocks() as demo:
7
  self.out = gr.Markdown().attach_load_event(self.hello, None)
8