Yaron Koresh commited on
Commit
2381c5b
·
verified ·
1 Parent(s): b7e54fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -229,20 +229,20 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
229
  with gr.Row():
230
  prompt = gr.Textbox(
231
  elem_id="prompt",
232
- placeholder="INCLUDE",
233
  container=False,
234
  max_lines=1
235
  )
236
  with gr.Row():
237
  prompt2 = gr.Textbox(
238
  elem_id="prompt2",
239
- placeholder="EXCLUDE",
240
  container=False,
241
  max_lines=1
242
  )
243
- with gr.Row(visible=False):
244
  motion = gr.Dropdown(
245
- label='Motion',
246
  show_label=False,
247
  choices=[
248
  ("(None)", ""),
 
229
  with gr.Row():
230
  prompt = gr.Textbox(
231
  elem_id="prompt",
232
+ placeholder="MOVEMENT",
233
  container=False,
234
  max_lines=1
235
  )
236
  with gr.Row():
237
  prompt2 = gr.Textbox(
238
  elem_id="prompt2",
239
+ placeholder="EXCLUSION",
240
  container=False,
241
  max_lines=1
242
  )
243
+ with gr.Row():
244
  motion = gr.Dropdown(
245
+ label='CAMERA',
246
  show_label=False,
247
  choices=[
248
  ("(None)", ""),