Omnibus commited on
Commit
4eabc16
·
1 Parent(s): b43095b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -193,7 +193,11 @@ def load_url(url):
193
  return image,mes
194
 
195
  def tot_prob():
196
- print (fin_sum)
 
 
 
 
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():