Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
luigi12345/glaucoma_screening_confidence
ferferefer
/
glaucoma_screening_confidence
like
0
Running
App
Files
Files
Community
luigi12345
commited on
Oct 25, 2024
Commit
0ad63e5
·
verified
·
1 Parent(s):
b75380d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -189,4 +189,5 @@ def main():
189
st.markdown(final_results_as_table)
190
191
if __name__ == '__main__':
192
189
st.markdown(final_results_as_table)
190
191
if __name__ == '__main__':
192
+
main()
193