Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,12 +40,9 @@ def ac():
|
|
40 |
put = gr.Textbox()
|
41 |
with gr.Row():
|
42 |
out1 = gr.Image()
|
43 |
-
out2 = gr.Image()
|
44 |
with gr.Row():
|
45 |
btn1 = gr.Button()
|
46 |
-
btn2 = gr.Button()
|
47 |
btn1.click(im_fn,put,out1)
|
48 |
-
btn2.click(im_pipe,put,out2)
|
49 |
|
50 |
b.queue(concurrency_count=100).launch()
|
51 |
ac()
|
|
|
40 |
put = gr.Textbox()
|
41 |
with gr.Row():
|
42 |
out1 = gr.Image()
|
|
|
43 |
with gr.Row():
|
44 |
btn1 = gr.Button()
|
|
|
45 |
btn1.click(im_fn,put,out1)
|
|
|
46 |
|
47 |
b.queue(concurrency_count=100).launch()
|
48 |
ac()
|