Spaces:
Runtime error
Runtime error
Commit ·
eace720
1
Parent(s): 10db5af
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def double_res(input_image):
|
|
| 73 |
# predicting all images at once
|
| 74 |
completed = False
|
| 75 |
# n = 16
|
| 76 |
-
n =
|
| 77 |
while not completed:
|
| 78 |
try:
|
| 79 |
print("attempting with "+ str(n))
|
|
|
|
| 73 |
# predicting all images at once
|
| 74 |
completed = False
|
| 75 |
# n = 16
|
| 76 |
+
n = 1
|
| 77 |
while not completed:
|
| 78 |
try:
|
| 79 |
print("attempting with "+ str(n))
|