Minor update.
Browse files
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}')
|