nmariotto commited on
Commit
f800c2c
·
verified ·
1 Parent(s): 8b21dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("Enter your Roboflow API key")
50
- model_name = st.text_input("Model Name")
51
- project_version = st.text_input("Project Version")
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: