akriel commited on
Commit
e2578ac
1 Parent(s): 59692c9

renamed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ pipeline = load_vmp_pipeline_from_hub("Akriel/ResNetYoloV1")
7
 
8
 
9
  def interface():
10
- st.title("Image Classification with Streamlit")
11
 
12
  uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
13
  if uploaded_image is not None:
 
7
 
8
 
9
  def interface():
10
+ st.title("ResNetYoloV1 Object Detection")
11
 
12
  uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
13
  if uploaded_image is not None: