linoyts HF staff commited on
Commit
da24c1f
·
verified ·
1 Parent(s): 2dc3f27

add numpy import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import spaces
4
 
5
  from huggingface_hub import hf_hub_download
6
  from diffusers import FluxControlPipeline, FluxTransformer2DModel
7
-
8
  ####################################
9
  # Load the model(s) on GPU #
10
  ####################################
 
4
 
5
  from huggingface_hub import hf_hub_download
6
  from diffusers import FluxControlPipeline, FluxTransformer2DModel
7
+ import numpy as np
8
  ####################################
9
  # Load the model(s) on GPU #
10
  ####################################