Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
from optimum.intel.openvino.modeling_diffusion import OVModelVaeDecoder, OVBaseModel, OVStableDiffusionPipeline
|
4 |
from huggingface_hub import snapshot_download
|
5 |
import openvino.runtime as ov
|
6 |
-
|
7 |
|
8 |
model_id = "hsuwill000/Fluently-v4-LCM-openvino"
|
9 |
|
|
|
3 |
from optimum.intel.openvino.modeling_diffusion import OVModelVaeDecoder, OVBaseModel, OVStableDiffusionPipeline
|
4 |
from huggingface_hub import snapshot_download
|
5 |
import openvino.runtime as ov
|
6 |
+
from typing import Optional, Dict
|
7 |
|
8 |
model_id = "hsuwill000/Fluently-v4-LCM-openvino"
|
9 |
|