johann22 commited on
Commit
8f8e956
·
1 Parent(s): 7e03615

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -2
app_dialogue.py CHANGED
@@ -894,5 +894,5 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
894
  )
895
  '''
896
 
897
- #demo.queue()
898
- demo.launch(max_threads=20)
 
894
  )
895
  '''
896
 
897
+ demo.queue()
898
+ demo.launch()