Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(css=css) as demo:
|
|
69 |
input_text = gr.Textbox(label="Short text prompt",
|
70 |
lines=4, elem_id="input-text")
|
71 |
with gr.Row():
|
72 |
-
see_prompts = gr.Button("
|
73 |
|
74 |
with gr.Column():
|
75 |
text_output = gr.Textbox(
|
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
78 |
elem_id="translated"
|
79 |
)
|
80 |
with gr.Row():
|
81 |
-
diffuse_btn = gr.Button(value="
|
82 |
with gr.Column(elem_id="generated-gallery"):
|
83 |
sd_output = gr.Gallery().style(grid=2, height="auto")
|
84 |
with gr.Group(elem_id="share-btn-container"):
|
|
|
69 |
input_text = gr.Textbox(label="Short text prompt",
|
70 |
lines=4, elem_id="input-text")
|
71 |
with gr.Row():
|
72 |
+
see_prompts = gr.Button("Enter short text")
|
73 |
|
74 |
with gr.Column():
|
75 |
text_output = gr.Textbox(
|
|
|
78 |
elem_id="translated"
|
79 |
)
|
80 |
with gr.Row():
|
81 |
+
diffuse_btn = gr.Button(value="Generate art!")
|
82 |
with gr.Column(elem_id="generated-gallery"):
|
83 |
sd_output = gr.Gallery().style(grid=2, height="auto")
|
84 |
with gr.Group(elem_id="share-btn-container"):
|