pallavijaini commited on
Commit
78298af
1 Parent(s): c899de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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,