reachomk commited on
Commit
4205c96
·
verified ·
1 Parent(s): fb080cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,9 +4,8 @@ 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
10
  try:
11
  from gen2seg_sd_pipeline import gen2segSDPipeline
12
  from gen2seg_mae_pipeline import gen2segMAEInstancePipeline
 
4
  import numpy as np
5
  import time
6
  import os
7
+ import spaces
8
 
 
 
9
  try:
10
  from gen2seg_sd_pipeline import gen2segSDPipeline
11
  from gen2seg_mae_pipeline import gen2segMAEInstancePipeline