eduardofarina commited on
Commit
42de9f8
·
verified ·
1 Parent(s): af515d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ input = gr.inputs.Image(label="Upload any Chest Xray", type = 'pil', optional=Tr
25
  output = gr.outputs.Textbox(type="text",label="Preliminary Radiology Report")
26
 
27
  title = "X-Ray Report Generation "
28
- description = "Made by : Eduardo Farina, Felipe Kitamura and Luciano Prevedello \nThe examples are cases from Radiopaedia"
29
 
30
  examples = ["example_1.jpeg", "example_2.jpeg"]
31
 
 
25
  output = gr.outputs.Textbox(type="text",label="Preliminary Radiology Report")
26
 
27
  title = "X-Ray Report Generation "
28
+ description = "The examples are cases from Radiopaedia"
29
 
30
  examples = ["example_1.jpeg", "example_2.jpeg"]
31