Chamin09 commited on
Commit
df354af
·
verified ·
1 Parent(s): 09d3295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if __name__ == "__main__":
46
  max_threads=4,
47
  show_error=True,
48
  # enable_queue is replaced by concurrency_count in Gradio 5.x
49
- concurrency_count=1
50
  )
51
 
52
  except Exception as e:
 
46
  max_threads=4,
47
  show_error=True,
48
  # enable_queue is replaced by concurrency_count in Gradio 5.x
49
+ #concurrency_count=1
50
  )
51
 
52
  except Exception as e: