Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ def main():
|
|
207 |
return list(out)
|
208 |
port_inc()
|
209 |
|
210 |
-
mp.set_start_method("
|
211 |
|
212 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
213 |
with gr.Column(elem_id="col-container"):
|
|
|
207 |
return list(out)
|
208 |
port_inc()
|
209 |
|
210 |
+
mp.set_start_method("fork", force=True)
|
211 |
|
212 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
213 |
with gr.Column(elem_id="col-container"):
|