Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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():
|