csuhan commited on
Commit
09f4959
·
1 Parent(s): f7af6fb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ if __name__ == "__main__":
251
  args = DemoConfig()
252
  # using the default "fork" method messes up some imported libs (e.g.,
253
  # pandas)
254
- mp.set_start_method("spawn")
255
 
256
  # setup the queues and start the model workers
257
  request_queues = []
 
251
  args = DemoConfig()
252
  # using the default "fork" method messes up some imported libs (e.g.,
253
  # pandas)
254
+ # mp.set_start_method("spawn")
255
 
256
  # setup the queues and start the model workers
257
  request_queues = []