selamw commited on
Commit
63a76b3
·
verified ·
1 Parent(s): 1ce0952

Update app.py

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