abreza commited on
Commit
90ab731
1 Parent(s): 23fe6a2
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -88,8 +88,6 @@ image_input = gr.Image(label="Choose an image to featurize",
88
  model_option = gr.Radio(options, value="dino16",
89
  label='Choose a backbone to upsample')
90
 
91
- print(os.environ['CUDA_HOME'])
92
-
93
  @spaces.GPU
94
  def upsample_features(image, model_option):
95
  print(os.environ['CUDA_HOME'])
 
88
  model_option = gr.Radio(options, value="dino16",
89
  label='Choose a backbone to upsample')
90
 
 
 
91
  @spaces.GPU
92
  def upsample_features(image, model_option):
93
  print(os.environ['CUDA_HOME'])