Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def evaluate(
|
|
| 76 |
out_str += tmp
|
| 77 |
yield out_str.strip()
|
| 78 |
out_last = i + 1
|
| 79 |
-
if '\n\n' in
|
| 80 |
break
|
| 81 |
|
| 82 |
gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
|
|
|
|
| 76 |
out_str += tmp
|
| 77 |
yield out_str.strip()
|
| 78 |
out_last = i + 1
|
| 79 |
+
if '\n\n' in out_str:
|
| 80 |
break
|
| 81 |
|
| 82 |
gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
|