selamw commited on
Commit
1cf06ca
·
verified ·
1 Parent(s): e9308af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=css) as demo:
80
  input_img = gr.Image(label="Input Bird Image")
81
  with gr.Column():
82
  with gr.Row():
83
- question = gr.Text(label="Default Prompt", value="Describe this bird species", elem_id="default-prompt", interactive: False)
84
  with gr.Row():
85
  submit_btn = gr.Button(value="Run")
86
  with gr.Row():
 
80
  input_img = gr.Image(label="Input Bird Image")
81
  with gr.Column():
82
  with gr.Row():
83
+ question = gr.Text(label="Default Prompt", value="Describe this bird species", elem_id="default-prompt", interactive=False)
84
  with gr.Row():
85
  submit_btn = gr.Button(value="Run")
86
  with gr.Row():