Update app.py
Browse files
app.py
CHANGED
|
@@ -46,9 +46,9 @@ if uploaded_files:
|
|
| 46 |
st.image(image, caption=uploaded_file.name, use_column_width=True)
|
| 47 |
|
| 48 |
st.subheader("Segmentation Options")
|
| 49 |
-
model_api_key = st.text_input("
|
| 50 |
-
model_name = st.text_input("
|
| 51 |
-
project_version = st.text_input("
|
| 52 |
|
| 53 |
if st.button("Run Segmentation"):
|
| 54 |
if not model_api_key or not model_name or not project_version:
|
|
|
|
| 46 |
st.image(image, caption=uploaded_file.name, use_column_width=True)
|
| 47 |
|
| 48 |
st.subheader("Segmentation Options")
|
| 49 |
+
model_api_key = st.text_input("mGkz7QhkhD90YfeiaOxV")
|
| 50 |
+
model_name = st.text_input("pre-eclampsia-vhaot")
|
| 51 |
+
project_version = st.text_input("20")
|
| 52 |
|
| 53 |
if st.button("Run Segmentation"):
|
| 54 |
if not model_api_key or not model_name or not project_version:
|