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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ detr_model = DetrForObjectDetection.from_pretrained("facebook/detr-resnet-50", r
10
  # Load an NLP model for summarization (T5-small used as an example)
11
  summarizer = pipeline("summarization", model="t5-small")
12
 
 
13
  st.title("DETR Object Detection with NLP Summary")
14
  st.write("Upload an image to detect objects and get a summary of what is detected.")
15
 
 
10
  # Load an NLP model for summarization (T5-small used as an example)
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