Prompthumanizer commited on
Commit
3bfdca9
ยท
verified ยท
1 Parent(s): 0f1846e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -430,10 +430,7 @@ if __name__ == "__main__":
430
  app = create_jain_interface()
431
 
432
  # ํ—ˆ๊น…ํŽ˜์ด์Šค ์ŠคํŽ˜์ด์Šค์šฉ ์„ค์ •
433
- app.queue(
434
- concurrency_count=10,
435
- max_size=10
436
- ).launch(
437
  server_name="0.0.0.0",
438
  server_port=7860,
439
  share=True,
 
430
  app = create_jain_interface()
431
 
432
  # ํ—ˆ๊น…ํŽ˜์ด์Šค ์ŠคํŽ˜์ด์Šค์šฉ ์„ค์ •
433
+ app.queue().launch(
 
 
 
434
  server_name="0.0.0.0",
435
  server_port=7860,
436
  share=True,