lolout1 commited on
Commit
756e36c
·
1 Parent(s): ea2e627

fixing gradio_test.py imports

Browse files
Files changed (1) hide show
  1. gradio_test.py +1 -1
gradio_test.py CHANGED
@@ -75,7 +75,7 @@ BLACKSPOT_MODEL_FILE = "model_0004999.pth"
75
  # IMPORT UNIVERSAL CONTRAST ANALYZER
76
  ########################################
77
 
78
- from utils.universal_contrast_analyzer import UniversalContrastAnalyzer
79
 
80
  ########################################
81
  # ONEFORMER INTEGRATION
 
75
  # IMPORT UNIVERSAL CONTRAST ANALYZER
76
  ########################################
77
 
78
+ from universal_contrast_analyzer import UniversalContrastAnalyzer
79
 
80
  ########################################
81
  # ONEFORMER INTEGRATION