Horus7 commited on
Commit
ba540df
1 Parent(s): d08200f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ input = gr.inputs.Image(shape=(100,100))
42
 
43
 
44
 
45
- title = "PneumoDetect: Pneumonia Detection from Chest X-Rays"
46
 
47
  iface = gr.Interface(fn=detect, inputs=input, outputs="text",examples = examples, examples_per_page=20, title=title)
48
  iface.launch(inline=False)
 
42
 
43
 
44
 
45
+ title = "PneumoDetect: Detection de pneumonie par x-ray"
46
 
47
  iface = gr.Interface(fn=detect, inputs=input, outputs="text",examples = examples, examples_per_page=20, title=title)
48
  iface.launch(inline=False)