Wanswan commited on
Commit
9195b31
·
verified ·
1 Parent(s): bf9f371

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ MENU_DATA = {
36
  }
37
 
38
  # ========== Gradio 主界面 ==========
39
-
40
  def record_time(start_time):
41
  duration = round(time.time() - start_time, 2)
42
  timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
 
36
  }
37
 
38
  # ========== Gradio 主界面 ==========
 
39
  def record_time(start_time):
40
  duration = round(time.time() - start_time, 2)
41
  timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")