vishalkatheriya18 commited on
Commit
5afc361
1 Parent(s): 620f421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict_with_yolo(image):
29
 
30
 
31
  # Streamlit app UI
32
- st.title("Clothing Detection with YOLO")
33
 
34
  url = st.text_input("Paste image URL here...")
35
  if url:
 
29
 
30
 
31
  # Streamlit app UI
32
+ st.title("Fullwear Clothing Detection with YOLO!")
33
 
34
  url = st.text_input("Paste image URL here...")
35
  if url: