Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,8 @@ platform = gr.Interface( fn = predict,
|
|
71 |
providing an additional layer of analysis for consideration in conjunction with the clinician's expertise.
|
72 |
Users are encouraged to interpret the algorithm's output in conjunction with their clinical judgment,
|
73 |
and the tool should be viewed as a supplementary resource rather than a standalone diagnostic solution.
|
74 |
-
"""
|
75 |
-
|
76 |
|
77 |
|
78 |
-
platform.launch(inline=True,share=True)
|
|
|
71 |
providing an additional layer of analysis for consideration in conjunction with the clinician's expertise.
|
72 |
Users are encouraged to interpret the algorithm's output in conjunction with their clinical judgment,
|
73 |
and the tool should be viewed as a supplementary resource rather than a standalone diagnostic solution.
|
74 |
+
"""
|
75 |
+
)
|
76 |
|
77 |
|
78 |
+
platform.launch(inline=True,share=True, favicon_path = "thumbnail.jpg")
|