Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tejani
/
OpenVinoFlux
like
0
Paused
App
Files
Files
xet
Community
Fetching metadata from the HF Docker repository...
tejani
commited on
Apr 11
Commit
6ced8a4
·
verified
·
1 Parent(s):
bb35262
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
from optimum.intel import OVPipelineForText2Image
2
import gradio as gr
3
4
# Load the model
1
from optimum.intel import OVPipelineForText2Image
2
+
from openvino import Core, Model
3
import gradio as gr
4
5
# Load the model