Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ def get_current_time():
|
|
13 |
now = datetime.now()
|
14 |
now2 = now
|
15 |
current_time = now2.strftime("%Y-%m-%d %H:%M:%S")
|
16 |
-
ki = f'{kii} {current_time}'
|
17 |
-
return
|
18 |
|
19 |
def load_fn(models):
|
20 |
global models_load
|
|
|
13 |
now = datetime.now()
|
14 |
now2 = now
|
15 |
current_time = now2.strftime("%Y-%m-%d %H:%M:%S")
|
16 |
+
# ki = f'{kii} {current_time}'
|
17 |
+
return current_time
|
18 |
|
19 |
def load_fn(models):
|
20 |
global models_load
|