Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ result = (
|
|
| 108 |
f"Resources: {resources}"
|
| 109 |
)
|
| 110 |
# Return both a text summary and a JSON-like dict of scores per label
|
| 111 |
-
return result
|
| 112 |
|
| 113 |
# Updated Gradio Interface using new component syntax
|
| 114 |
iface = gr.Interface(
|
|
|
|
| 108 |
f"Resources: {resources}"
|
| 109 |
)
|
| 110 |
# Return both a text summary and a JSON-like dict of scores per label
|
| 111 |
+
return result
|
| 112 |
|
| 113 |
# Updated Gradio Interface using new component syntax
|
| 114 |
iface = gr.Interface(
|