Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,8 @@ def main():
|
|
213 |
out = pool.imap(infer,arr)
|
214 |
return list(out)
|
215 |
port_inc()
|
216 |
-
|
|
|
217 |
|
218 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
219 |
with gr.Column(elem_id="col-container"):
|
|
|
213 |
out = pool.imap(infer,arr)
|
214 |
return list(out)
|
215 |
port_inc()
|
216 |
+
|
217 |
+
#mp.set_start_method("spawn", force=True)
|
218 |
|
219 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
220 |
with gr.Column(elem_id="col-container"):
|