grgsaliba commited on
Commit
7534175
·
verified ·
1 Parent(s): 08b14e1

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -406,4 +406,5 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
406
 
407
  # Launch configuration
408
  if __name__ == "__main__":
 
409
  demo.launch()
 
406
 
407
  # Launch configuration
408
  if __name__ == "__main__":
409
+ demo.queue()
410
  demo.launch()