Yaron Koresh commited on
Commit
3291ea1
·
verified ·
1 Parent(s): 67f570c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def main():
207
  return list(out)
208
  port_inc()
209
 
210
- mp.set_start_method("spawn", 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"):
 
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"):