Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ def infer(
|
|
73 |
examples = ["murasame \(senren\), senren banka",]
|
74 |
with gr.Blocks() as img:
|
75 |
gr.Markdown("# OpenVINO Text to Image")
|
|
|
76 |
|
77 |
with gr.Column(elem_id="col-container"):
|
78 |
with gr.Row():
|
|
|
73 |
examples = ["murasame \(senren\), senren banka",]
|
74 |
with gr.Blocks() as img:
|
75 |
gr.Markdown("# OpenVINO Text to Image")
|
76 |
+
gr.Markdown("### It usually takes 2200 seconds to generate an 832x1216 image (28 steps) (CPU).")
|
77 |
|
78 |
with gr.Column(elem_id="col-container"):
|
79 |
with gr.Row():
|