verkaDerkaDerk commited on
Commit
1746d78
1 Parent(s): 80b9eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -43,7 +43,8 @@ def fancy():
43
  gr.HTML('''
44
  Trained with <a href="https://github.com/huggingface/diffusers">diffusers</a>.
45
  ''')
46
- block.queue(max_size=40).launch()
 
47
 
48
  def plain():
49
  # trix from https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial
 
43
  gr.HTML('''
44
  Trained with <a href="https://github.com/huggingface/diffusers">diffusers</a>.
45
  ''')
46
+ #block.queue(max_size=40).launch()
47
+ block.queue().launch()
48
 
49
  def plain():
50
  # trix from https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial