Spaces:
Runtime error
Runtime error
pallavijaini
commited on
Commit
•
78298af
1
Parent(s):
c899de4
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks(css=css) as demo:
|
|
150 |
with gr.Column():
|
151 |
result_image_1 = gr.Image(label="4th Gen Intel Xeon Scalable Processors (SPR)", elem_id="img_1")
|
152 |
|
153 |
-
txt2img_input = gr.Textbox(visible=
|
154 |
|
155 |
gr.Examples(
|
156 |
examples=prompt_examples_list,
|
|
|
150 |
with gr.Column():
|
151 |
result_image_1 = gr.Image(label="4th Gen Intel Xeon Scalable Processors (SPR)", elem_id="img_1")
|
152 |
|
153 |
+
txt2img_input = gr.Textbox(visible=True)
|
154 |
|
155 |
gr.Examples(
|
156 |
examples=prompt_examples_list,
|