Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
runaksh
/
chest_xray_pneumonia_detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
runaksh
commited on
Jun 21, 2024
Commit
4da2443
·
verified
·
1 Parent(s):
5a131cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,5 +42,5 @@ iface = gr.Interface(fn=classify_image,
42
title=title,
43
description=description)
44
45
-
# Launch the app
46
iface.launch()
42
title=title,
43
description=description)
44
45
+
# Launch the app
46
iface.launch()