Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from PIL import Image
|
|
| 4 |
import numpy as np
|
| 5 |
import time
|
| 6 |
import os
|
|
|
|
| 7 |
|
| 8 |
# --- Import Custom Pipelines ---
|
| 9 |
# Ensure these files are in the same directory or accessible in PYTHONPATH
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
import time
|
| 6 |
import os
|
| 7 |
+
from huggingface_hub import spaces as hf_spaces
|
| 8 |
|
| 9 |
# --- Import Custom Pipelines ---
|
| 10 |
# Ensure these files are in the same directory or accessible in PYTHONPATH
|