Commit
·
904c757
1
Parent(s):
7736517
Update app.py
Browse files
app.py
CHANGED
@@ -184,6 +184,7 @@ def _method(text):
|
|
184 |
|
185 |
if output_temp:
|
186 |
try:
|
|
|
187 |
output_dict = {d['label']: d['score'] for d in output_temp[0]}
|
188 |
except:
|
189 |
pass
|
|
|
184 |
|
185 |
if output_temp:
|
186 |
try:
|
187 |
+
|
188 |
output_dict = {d['label']: d['score'] for d in output_temp[0]}
|
189 |
except:
|
190 |
pass
|