nsfwalex commited on
Commit
ff50328
·
verified ·
1 Parent(s): 7b4d390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,4 +124,4 @@ with app:
124
  outputs="image"
125
  )
126
  app.queue(max_size=5,status_update_rate=5.0)
127
- app.launch(max_thread=1)
 
124
  outputs="image"
125
  )
126
  app.queue(max_size=5,status_update_rate=5.0)
127
+ app.launch(max_threads=1)