yl4579 commited on
Commit
08848b6
·
verified ·
1 Parent(s): 267f1ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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