Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -301,6 +301,7 @@ class DemoConfig:
|
|
301 |
|
302 |
if __name__ == "__main__":
|
303 |
args = DemoConfig()
|
|
|
304 |
# using the default "fork" method messes up some imported libs (e.g.,
|
305 |
# pandas)
|
306 |
# mp.set_start_method("spawn")
|
|
|
301 |
|
302 |
if __name__ == "__main__":
|
303 |
args = DemoConfig()
|
304 |
+
|
305 |
# using the default "fork" method messes up some imported libs (e.g.,
|
306 |
# pandas)
|
307 |
# mp.set_start_method("spawn")
|