tlmdesign commited on
Commit
aec589b
·
verified ·
1 Parent(s): ce984e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks(theme='Nymbo/Alyx_Theme') as demo:
27
  Upload your xray to create a radiology report.
28
  """)
29
  image = gr.Image(type="pil",label="Upload your x-ray")
30
- classify_btn = gr.Button("Diagnose")
31
  label = gr.Label(label="Radiology Report")
32
  examples = gr.Examples(['arm.png', 'hand.png', 'broken1.jpg','nbroken1.jpg'], image)
33
  classify_btn.click(fn=classify_image, inputs=image, outputs=label)
 
27
  Upload your xray to create a radiology report.
28
  """)
29
  image = gr.Image(type="pil",label="Upload your x-ray")
30
+ classify_btn = gr.Button("Create Report")
31
  label = gr.Label(label="Radiology Report")
32
  examples = gr.Examples(['arm.png', 'hand.png', 'broken1.jpg','nbroken1.jpg'], image)
33
  classify_btn.click(fn=classify_image, inputs=image, outputs=label)