DetGC commited on
Commit
373eea5
·
verified ·
1 Parent(s): bed59d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 ki
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