kurshaad commited on
Commit
4d0cc9c
·
verified ·
1 Parent(s): b80b451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ def load_model():
20
 
21
  model, preprocess = load_model()
22
 
23
- st.title("CONCH - Image Captioning and Retrieval")
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=3)
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 = []