Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ input = gr.inputs.Image(shape=(100,100))
|
|
42 |
|
43 |
|
44 |
|
45 |
-
title = "PneumoDetect:
|
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)
|