Omnibus commited on
Commit
7a546ad
·
1 Parent(s): 8791b43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -202,10 +202,11 @@ def tot_prob():
202
  "AI":f"{fin_sub}"
203
  }
204
  print (fin_out)
 
205
  except Exception as e:
 
206
  pass
207
  print (f'ERROR :: {e}')
208
-
209
  with gr.Blocks() as app:
210
  with gr.Row():
211
  with gr.Column():
 
202
  "AI":f"{fin_sub}"
203
  }
204
  print (fin_out)
205
+ return out
206
  except Exception as e:
207
+
208
  pass
209
  print (f'ERROR :: {e}')
 
210
  with gr.Blocks() as app:
211
  with gr.Row():
212
  with gr.Column():