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