Update app.py
Browse files
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 |
-
|
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():
|