Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,11 @@ def load_url(url):
|
|
193 |
return image,mes
|
194 |
|
195 |
def tot_prob():
|
196 |
-
|
|
|
|
|
|
|
|
|
197 |
|
198 |
with gr.Blocks() as app:
|
199 |
with gr.Row():
|
|
|
193 |
return image,mes
|
194 |
|
195 |
def tot_prob():
|
196 |
+
try:
|
197 |
+
fin_out = fin_sum[f'{uid}-0']['Real']+fin_sum[f'{uid}-1']['Real']+fin_sum[f'{uid}-2']['Real']
|
198 |
+
print (fin_out)
|
199 |
+
except Exception as e:
|
200 |
+
print (f'ERROR :: {e}')
|
201 |
|
202 |
with gr.Blocks() as app:
|
203 |
with gr.Row():
|