AlexanderBenady commited on
Commit
124748b
1 Parent(s): b7bf3f2

Update app.py

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