Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main(p1,p2):
|
|
146 |
pool.clear()
|
147 |
return list(out.get())
|
148 |
|
149 |
-
def infer():
|
150 |
p1 = b["a"]
|
151 |
p2 = b["b"]
|
152 |
name = generate_random_string(12)+".png"
|
|
|
146 |
pool.clear()
|
147 |
return list(out.get())
|
148 |
|
149 |
+
def infer(_):
|
150 |
p1 = b["a"]
|
151 |
p2 = b["b"]
|
152 |
name = generate_random_string(12)+".png"
|