add numpy import

#6
by linoyts HF staff - opened
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
  ####################################