Omnibus commited on
Commit
3233bdc
·
verified ·
1 Parent(s): aeb0a07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def get_api(inp,call,val,tot):
14
  except Exception as e:
15
  print (i+" - "+e)
16
  pass
17
- return (out_box)
18
  with gr.Blocks() as app:
19
 
20
  with gr.Row():
 
14
  except Exception as e:
15
  print (i+" - "+e)
16
  pass
17
+ yield (out_box)
18
  with gr.Blocks() as app:
19
 
20
  with gr.Row():