NadiaBedhiafi commited on
Commit
9750d4d
·
verified ·
1 Parent(s): 9ba2223

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -103,4 +103,5 @@ app = gr.ChatInterface(
103
 
104
 
105
  #if __name__ == "__main__":
 
106
  app.launch()
 
103
 
104
 
105
  #if __name__ == "__main__":
106
+ app.queue() # Activer la file d'attente
107
  app.launch()