Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def load_model():
|
|
| 20 |
|
| 21 |
model, preprocess = load_model()
|
| 22 |
|
| 23 |
-
st.title("CONCH -
|
| 24 |
|
| 25 |
# Upload an image
|
| 26 |
uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
|
@@ -40,7 +40,7 @@ if uploaded_file:
|
|
| 40 |
|
| 41 |
# Text retrieval example
|
| 42 |
# Number of inputs to display (can be dynamic)
|
| 43 |
-
num_inputs = st.number_input("How many text inputs?", min_value=1, max_value=10, value=
|
| 44 |
|
| 45 |
# List to store user inputs
|
| 46 |
input_list = []
|
|
|
|
| 20 |
|
| 21 |
model, preprocess = load_model()
|
| 22 |
|
| 23 |
+
st.title("CONCH - kurshaad's wporking space")
|
| 24 |
|
| 25 |
# Upload an image
|
| 26 |
uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
|
|
|
| 40 |
|
| 41 |
# Text retrieval example
|
| 42 |
# Number of inputs to display (can be dynamic)
|
| 43 |
+
num_inputs = st.number_input("How many text inputs?", min_value=1, max_value=10, value=1)
|
| 44 |
|
| 45 |
# List to store user inputs
|
| 46 |
input_list = []
|