UjjwalKGupta commited on
Commit
cb77475
·
verified ·
1 Parent(s): ddf4dde
Files changed (1) hide show
  1. app.py +1 -1
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: str)) #DELETE
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: