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