Spaces:
Sleeping
Sleeping
Update scripts/app.py
Browse files- 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
|
| 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)
|