xp3857 commited on
Commit
b883b72
1 Parent(s): a12b518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()