delphiclinic commited on
Commit
1c34e8b
·
verified ·
1 Parent(s): e828ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- favicon_path = "thumbnail.jpg")
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")