Spaces:
Sleeping
Sleeping
Alealejandrooo
commited on
Commit
•
d85cd72
1
Parent(s):
62af0a0
updated process
Browse files- process.py +1 -1
process.py
CHANGED
@@ -4,7 +4,7 @@ import re
|
|
4 |
from datetime import timedelta
|
5 |
|
6 |
|
7 |
-
def process_data(files_mindbody, files_medserv, tolerance, progress=gr.
|
8 |
|
9 |
try:
|
10 |
mindbody = load_data(files_mindbody)
|
|
|
4 |
from datetime import timedelta
|
5 |
|
6 |
|
7 |
+
def process_data(files_mindbody, files_medserv, tolerance, progress=gr.Progress()):
|
8 |
|
9 |
try:
|
10 |
mindbody = load_data(files_mindbody)
|