Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import time
|
|
7 |
from pathlib import Path
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import os
|
|
|
10 |
|
11 |
# Import the inference module (assuming it's named 'infer.py' based on the notebook)
|
12 |
from infer import DMOInference
|
|
|
7 |
from pathlib import Path
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import os
|
10 |
+
import spaces
|
11 |
|
12 |
# Import the inference module (assuming it's named 'infer.py' based on the notebook)
|
13 |
from infer import DMOInference
|