yiren98 commited on
Commit
b1a2f95
·
1 Parent(s): ce0dd20
Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -11,6 +11,7 @@ from safetensors.torch import load_file
11
  from networks import lora_flux
12
  from library import flux_utils, flux_train_utils_recraft as flux_train_utils, strategy_flux
13
  import logging
 
14
 
15
  # Set up logger
16
  logger = logging.getLogger(__name__)
 
11
  from networks import lora_flux
12
  from library import flux_utils, flux_train_utils_recraft as flux_train_utils, strategy_flux
13
  import logging
14
+ import spaces
15
 
16
  # Set up logger
17
  logger = logging.getLogger(__name__)