Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def run1(p1,p2,*result):
|
|
197 |
pool1.join()
|
198 |
pool1.clear()
|
199 |
|
200 |
-
|
201 |
|
202 |
def run2(p1,p2,*result):
|
203 |
p1_en = translate(p1,"english")
|
|
|
197 |
pool1.join()
|
198 |
pool1.clear()
|
199 |
|
200 |
+
global out1
|
201 |
|
202 |
def run2(p1,p2,*result):
|
203 |
p1_en = translate(p1,"english")
|