Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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
|