boulahia commited on
Commit
6e90324
·
verified ·
1 Parent(s): e2e4a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1526,5 +1526,5 @@ with gr.Blocks(title="🚗 Système de Reconnaissance de Véhicules Algériens")
1526
 
1527
  # Lancer l'interface
1528
  if __name__ == "__main__":
1529
- demo.launch(concurrency_count=1)
1530
 
 
1526
 
1527
  # Lancer l'interface
1528
  if __name__ == "__main__":
1529
+ demo.launch()
1530