Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ def tot_prob():
|
|
| 121 |
"Real":f"{fin_out}",
|
| 122 |
"AI":f"{fin_sub}"
|
| 123 |
}
|
| 124 |
-
fin_sum.clear()
|
| 125 |
print (fin_out)
|
| 126 |
return out
|
| 127 |
except Exception as e:
|
|
|
|
| 121 |
"Real":f"{fin_out}",
|
| 122 |
"AI":f"{fin_sub}"
|
| 123 |
}
|
| 124 |
+
#fin_sum.clear()
|
| 125 |
print (fin_out)
|
| 126 |
return out
|
| 127 |
except Exception as e:
|