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