Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,7 @@ with gr.Blocks(
|
|
129 |
custom_prompt = gr.Textbox(
|
130 |
label="Custom Prompt",
|
131 |
placeholder="Enter specific questions about the X-ray (e.g., 'Focus on the heart area' or 'Look for signs of pneumonia')",
|
|
|
132 |
lines=3,
|
133 |
max_lines=5
|
134 |
)
|
|
|
129 |
custom_prompt = gr.Textbox(
|
130 |
label="Custom Prompt",
|
131 |
placeholder="Enter specific questions about the X-ray (e.g., 'Focus on the heart area' or 'Look for signs of pneumonia')",
|
132 |
+
value = "Describe this X-ray",
|
133 |
lines=3,
|
134 |
max_lines=5
|
135 |
)
|