nsfwalex commited on
Commit
996dc92
โ€ข
1 Parent(s): 2391de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,7 +69,7 @@ body {
69
  }
70
  #example_img img{
71
  height:80px;
72
- width:auto;
73
  transition: transform 0.5s ease;
74
  }
75
  footer {display: none !important;}
@@ -89,5 +89,5 @@ with gr.Blocks(css=css) as demo:
89
  return processed_img
90
 
91
  process_button.click(update_status, inputs=image_input, outputs=image_input)
92
-
93
  demo.launch()
 
69
  }
70
  #example_img img{
71
  height:80px;
72
+ width:50px;
73
  transition: transform 0.5s ease;
74
  }
75
  footer {display: none !important;}
 
89
  return processed_img
90
 
91
  process_button.click(update_status, inputs=image_input, outputs=image_input)
92
+ demo.queue(max_size=10)
93
  demo.launch()