Spaces:
Sleeping
Sleeping
Commit
·
4de778a
1
Parent(s):
a90efc8
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ st.write("""
|
|
17 |
)
|
18 |
|
19 |
file = st.file_uploader("Upload an X-ray image")
|
|
|
20 |
|
21 |
st.set_option('deprecation.showfileUploaderEncoding', False)
|
22 |
def model_prediction(img, model):
|
|
|
17 |
)
|
18 |
|
19 |
file = st.file_uploader("Upload an X-ray image")
|
20 |
+
st.set_option('deprecation.showfileUploaderEncoding', False)
|
21 |
|
22 |
st.set_option('deprecation.showfileUploaderEncoding', False)
|
23 |
def model_prediction(img, model):
|