Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ examples = [
|
|
69 |
]
|
70 |
|
71 |
with gr.Blocks() as img:
|
72 |
-
gr.Markdown("OpenVINO Text to Image")
|
73 |
|
74 |
with gr.Column(elem_id="col-container"):
|
75 |
with gr.Row():
|
|
|
69 |
]
|
70 |
|
71 |
with gr.Blocks() as img:
|
72 |
+
gr.Markdown("# OpenVINO Text to Image")
|
73 |
|
74 |
with gr.Column(elem_id="col-container"):
|
75 |
with gr.Row():
|