Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|