Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
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 = []
|