aifeifei798 commited on
Commit
5efcfe4
·
verified ·
1 Parent(s): 3ee0598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )