dreibh commited on
Commit
76f65c9
·
verified ·
1 Parent(s): 0643cba

Minor update.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -392,6 +392,7 @@ with gradio.Blocks(css = css, theme = gradio.themes.Glass(secondary_hue=gradio.t
392
 
393
  # ====== Run the GUI ========================================================
394
  if __name__ == "__main__":
 
395
  # ------ Prepare temporary directory -------------------------------------
396
  TempDirectory = tempfile.TemporaryDirectory(prefix = 'DeepFakeECGPlus-')
397
  log(f'Prepared temporary directory {TempDirectory.name}')
 
392
 
393
  # ====== Run the GUI ========================================================
394
  if __name__ == "__main__":
395
+
396
  # ------ Prepare temporary directory -------------------------------------
397
  TempDirectory = tempfile.TemporaryDirectory(prefix = 'DeepFakeECGPlus-')
398
  log(f'Prepared temporary directory {TempDirectory.name}')