educrpg commited on
Commit
b532ea0
Β·
verified Β·
1 Parent(s): 8ff09a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -200,6 +200,13 @@ with gr.Blocks(css=css) as demo:
200
  value=28,
201
  )
202
 
 
 
 
 
 
 
 
203
  run2_button = gr.Button("Run", scale=0)
204
  additional_image_output = gr.Image(label="Selected Image", show_label=False)
205
 
 
200
  value=28,
201
  )
202
 
203
+ prompt2 = gr.Text(
204
+ label="Prompt",
205
+ show_label=False,
206
+ max_lines=1,
207
+ placeholder="Enter your prompt",
208
+ container=False,
209
+ )
210
  run2_button = gr.Button("Run", scale=0)
211
  additional_image_output = gr.Image(label="Selected Image", show_label=False)
212