Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
|
@@ -175,4 +175,6 @@ Confidence: **{audio_conf}%**
|
|
| 175 |
"fusion_score": round(fusion_score,2)
|
| 176 |
})
|
| 177 |
|
| 178 |
-
|
|
|
|
|
|
|
|
|
| 175 |
"fusion_score": round(fusion_score,2)
|
| 176 |
})
|
| 177 |
|
| 178 |
+
|
| 179 |
+
return fusion_summary, text_result_display, image_result_display, audio_result_display, image
|
| 180 |
+
|