helenai commited on
Commit
2cd1883
1 Parent(s): 650b879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ test_path = Path(__file__).parent / "optimum-intel" / "tests" / "openvino"
16
  sys.path.append(str(test_path))
17
 
18
  from test_modeling import *
19
- from test_stable_diffusion import *
20
 
21
  RESULT_FILE = "supported_models.md"
22
 
 
16
  sys.path.append(str(test_path))
17
 
18
  from test_modeling import *
19
+ from test_diffusion import *
20
 
21
  RESULT_FILE = "supported_models.md"
22