barakb21 commited on
Commit
0dac04c
·
verified ·
1 Parent(s): 94c4887

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -315,4 +315,5 @@ with gr.Blocks(title="Startup Recommender + AI Name") as app:
315
 
316
  # On Spaces, just calling launch() is fine; no explicit port.
317
  if __name__ == "__main__":
318
- app.queue(concurrency_count=2).launch()
 
 
315
 
316
  # On Spaces, just calling launch() is fine; no explicit port.
317
  if __name__ == "__main__":
318
+ app.launch()
319
+