Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ css = """
|
|
109 |
"""
|
110 |
|
111 |
# Interface Gradio
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
|
116 |
with gr.Row():
|
117 |
prompt = gr.Textbox(
|
|
|
109 |
"""
|
110 |
|
111 |
# Interface Gradio
|
112 |
+
with gr.Blocks() as demo:
|
113 |
+
with gr.Column(elem_id="col-container"):
|
114 |
+
gr.Markdown("## Text-to-Image Optimized for CPU")
|
115 |
|
116 |
with gr.Row():
|
117 |
prompt = gr.Textbox(
|