Jemayz commited on
Commit
6879d74
·
verified ·
1 Parent(s): ddc8c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import shutil
10
  import zipfile
11
  from dotenv import load_dotenv
12
  from huggingface_hub import hf_hub_download
13
- # from flask_session import Session
14
 
15
  # --- Core Application Imports ---
16
  # Make sure you have an empty __init__.py file in your 'src' folder
 
10
  import zipfile
11
  from dotenv import load_dotenv
12
  from huggingface_hub import hf_hub_download
13
+ from flask_session import Session
14
 
15
  # --- Core Application Imports ---
16
  # Make sure you have an empty __init__.py file in your 'src' folder