reachomk commited on
Commit
c8599d5
·
verified ·
1 Parent(s): 634c8e9

Update app.py

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