DanielKiani commited on
Commit
942596e
·
verified ·
1 Parent(s): 0f08f41

Update scripts/app.py

Browse files
Files changed (1) hide show
  1. scripts/app.py +1 -1
scripts/app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
  import io
12
 
13
  # Import the logic functions from src
14
- import src.pipeline as pipeline
15
 
16
  # --- Global Objects & Setup ---
17
  # (Most setup code remains here as it's needed globally for the app)
 
11
  import io
12
 
13
  # Import the logic functions from src
14
+ import pipeline
15
 
16
  # --- Global Objects & Setup ---
17
  # (Most setup code remains here as it's needed globally for the app)