SamanthaStorm commited on
Commit
ea30a69
·
verified ·
1 Parent(s): 83c1ff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ for i, (label, score) in enumerate(zip(LABELS, scores)):
118
  f.write(result_md)
119
  report_path = f.name
120
 
121
- return result_md, report_path
122
 
123
  # Build the Gradio interface
124
  with gr.Blocks() as demo:
 
118
  f.write(result_md)
119
  report_path = f.name
120
 
121
+ return result_md, report_path
122
 
123
  # Build the Gradio interface
124
  with gr.Blocks() as demo: