Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|