Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def generate(prompt, history,max_new_tokens,health,seed,temperature=temperature,
|
|
111 |
for z in range(1,5):
|
112 |
try:
|
113 |
if f'{z}' in lines[i+z+1]:
|
114 |
-
print(lines[i+z+1)
|
115 |
opts.append(lines[i+z+1])
|
116 |
except Exception as e:
|
117 |
print(e)
|
|
|
111 |
for z in range(1,5):
|
112 |
try:
|
113 |
if f'{z}' in lines[i+z+1]:
|
114 |
+
print(lines[i+z+1])
|
115 |
opts.append(lines[i+z+1])
|
116 |
except Exception as e:
|
117 |
print(e)
|