Spaces:
Runtime error
Runtime error
haotongl
commited on
Commit
·
dd53be2
1
Parent(s):
6af69a0
inital version
Browse files
app.py
CHANGED
|
@@ -54,7 +54,6 @@ def check_is_stray_scanner_app_capture(input_dir):
|
|
| 54 |
pass
|
| 55 |
|
| 56 |
def run(input_file, resolution):
|
| 57 |
-
import ipdb; ipdb.set_trace()
|
| 58 |
# unzip zip file
|
| 59 |
input_file = input_file.name
|
| 60 |
root_dir = os.path.dirname(input_file)
|
|
|
|
| 54 |
pass
|
| 55 |
|
| 56 |
def run(input_file, resolution):
|
|
|
|
| 57 |
# unzip zip file
|
| 58 |
input_file = input_file.name
|
| 59 |
root_dir = os.path.dirname(input_file)
|