ariG23498 HF staff linoyts HF staff commited on
Commit
a79b772
·
verified ·
1 Parent(s): f565117

add numpy import (#6)

Browse files

- add numpy import (da24c1fc574c50c514e0c2f11bfa425080b2f637)


Co-authored-by: Linoy Tsaban <[email protected]>

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
  ####################################