Rooni commited on
Commit
d8e44e2
1 Parent(s): da42bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -110,10 +110,8 @@ demo = gr.Interface(
110
  type="pil",
111
  show_download_button=True,
112
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
113
-
114
- examples=examples,
115
  css=css,
116
  )
117
 
118
  if __name__ == "__main__":
119
- demo.launch()
 
110
  type="pil",
111
  show_download_button=True,
112
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
 
 
113
  css=css,
114
  )
115
 
116
  if __name__ == "__main__":
117
+ demo.queue(max_size=5).launch()