Chamin09 commited on
Commit
bf147b4
·
verified ·
1 Parent(s): 7b30998

Update app/gradio_interface.py

Browse files
Files changed (1) hide show
  1. app/gradio_interface.py +1 -1
app/gradio_interface.py CHANGED
@@ -292,7 +292,7 @@ class GradioInterface:
292
  return metrics_text, fig
293
 
294
  # Connect event handlers
295
- session_id = gr.on_load(initialize_session)[0]
296
 
297
  analyze_btn.click(
298
  process_files,
 
292
  return metrics_text, fig
293
 
294
  # Connect event handlers
295
+ #session_id = gr.on_load(initialize_session)[0]
296
 
297
  analyze_btn.click(
298
  process_files,