HassanDataSci commited on
Commit
b05a7ac
·
verified ·
1 Parent(s): ec7f4b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ detr_model = DetrForObjectDetection.from_pretrained("facebook/detr-resnet-50", r
11
  summarizer = pipeline("summarization", model="t5-small")
12
 
13
  st.title("Hassan's Project")
14
- st.title("DETR Object Detection with NLP Summary")
15
  st.write("Upload an image to detect objects and get a summary of what is detected.")
16
 
17
  # File uploader in Streamlit
 
11
  summarizer = pipeline("summarization", model="t5-small")
12
 
13
  st.title("Hassan's Project")
14
+ st.title("Object Detection with a Summary")
15
  st.write("Upload an image to detect objects and get a summary of what is detected.")
16
 
17
  # File uploader in Streamlit