Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ def ac():
|
|
30 |
out4 = gr.Image()
|
31 |
fac_b = gr.Textbox(value="",visible=False)
|
32 |
btn1.click(cl_fac,None,fac_b)
|
33 |
-
btn1.click(im_fn,[put,
|
34 |
-
out1.change(im_fn,[put,
|
35 |
-
out2.change(im_fn,[put,
|
36 |
-
out3.change(im_fn,[put,
|
37 |
|
38 |
|
39 |
b.queue(concurrency_count=100).launch()
|
|
|
30 |
out4 = gr.Image()
|
31 |
fac_b = gr.Textbox(value="",visible=False)
|
32 |
btn1.click(cl_fac,None,fac_b)
|
33 |
+
btn1.click(im_fn,[put,fac_b],[out1,fac_b])
|
34 |
+
out1.change(im_fn,[put,fac_b],[out2,fac_b])
|
35 |
+
out2.change(im_fn,[put,fac_b],[out3,fac_b])
|
36 |
+
out3.change(im_fn,[put,fac_b],[out4,fac_b])
|
37 |
|
38 |
|
39 |
b.queue(concurrency_count=100).launch()
|