add test
Browse files
app.py
CHANGED
|
@@ -328,7 +328,7 @@ def process_and_display(file_obj, url_str, buffer_m, progress=gr.Progress()):
|
|
| 328 |
if file_obj is None and not (url_str and url_str.strip()):
|
| 329 |
return None, "Please upload a file or provide a URL.", None, None, None, None, None
|
| 330 |
|
| 331 |
-
print(calculate_geometry_metrics(url_str
|
| 332 |
|
| 333 |
progress(0, desc="Reading and processing geometry...")
|
| 334 |
try:
|
|
|
|
| 328 |
if file_obj is None and not (url_str and url_str.strip()):
|
| 329 |
return None, "Please upload a file or provide a URL.", None, None, None, None, None
|
| 330 |
|
| 331 |
+
print(calculate_geometry_metrics(url_str)) #DELETE
|
| 332 |
|
| 333 |
progress(0, desc="Reading and processing geometry...")
|
| 334 |
try:
|