phenomenon1981 commited on
Commit
3d0ceba
·
1 Parent(s): ed97753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,6 +58,7 @@ with gr.Blocks() as myface:
58
  output2=gr.Image(label="DreamlikeArt PhotoReal 2")
59
  output3=gr.Image(label="DreamlikeArt PhotoReal 3")
60
  output4=gr.Image(label="DreamlikeArt PhotoReal 4")
 
61
  output5=gr.Image(label="DreamlikeArt Diffusion 1")
62
  output6=gr.Image(label="DreamlikeArt Diffusion 2")
63
  output7=gr.Image(label="DreamlikeArt Diffusion 3")
@@ -82,5 +83,5 @@ with gr.Blocks() as myface:
82
  run.click(send_it7, inputs=[prompt], outputs=[output7])
83
  run.click(send_it8, inputs=[prompt], outputs=[output8])
84
 
85
- myface.queue(concurrency_count=8)
86
  myface.launch(enable_queue=True, inline=True)
 
58
  output2=gr.Image(label="DreamlikeArt PhotoReal 2")
59
  output3=gr.Image(label="DreamlikeArt PhotoReal 3")
60
  output4=gr.Image(label="DreamlikeArt PhotoReal 4")
61
+ with gr.Row():
62
  output5=gr.Image(label="DreamlikeArt Diffusion 1")
63
  output6=gr.Image(label="DreamlikeArt Diffusion 2")
64
  output7=gr.Image(label="DreamlikeArt Diffusion 3")
 
83
  run.click(send_it7, inputs=[prompt], outputs=[output7])
84
  run.click(send_it8, inputs=[prompt], outputs=[output8])
85
 
86
+ myface.queue(concurrency_count=2)
87
  myface.launch(enable_queue=True, inline=True)