Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def wrap_process_file(file_obj, tasks):
|
|
171 |
results.get('classification_result', ''))
|
172 |
|
173 |
|
174 |
-
def create_gradio_interface(
|
175 |
with gr.Blocks() as demo:
|
176 |
gr.Markdown("# LectorSync 1.0")
|
177 |
gr.Markdown("## Upload your file and select the tasks:")
|
|
|
171 |
results.get('classification_result', ''))
|
172 |
|
173 |
|
174 |
+
def create_gradio_interface():
|
175 |
with gr.Blocks() as demo:
|
176 |
gr.Markdown("# LectorSync 1.0")
|
177 |
gr.Markdown("## Upload your file and select the tasks:")
|