Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def infer(p1,p2):
|
|
99 |
_do.append(f'add {p1}')
|
100 |
if p2 != "":
|
101 |
_do.append(f'hide {p2}')
|
102 |
-
output = Piper("
|
103 |
if output == "":
|
104 |
return output
|
105 |
else:
|
|
|
99 |
_do.append(f'add {p1}')
|
100 |
if p2 != "":
|
101 |
_do.append(f'hide {p2}')
|
102 |
+
output = Piper(" while ".join(_do))
|
103 |
if output == "":
|
104 |
return output
|
105 |
else:
|