Spaces:
Sleeping
Sleeping
Pavani2704
commited on
Commit
•
9b49413
1
Parent(s):
eb0b5b4
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ if option == "Summarization":
|
|
20 |
st.write("Summary:", pipe(text)[0]["summary_text"])
|
21 |
else:
|
22 |
st.write("Please enter text to summarize.")
|
23 |
-
elif option == "Age Detection"
|
24 |
st.title("Welcome to age detection")
|
25 |
|
26 |
uploaded_files = st.file_uploader("Choose a image file",type="jpg")
|
|
|
20 |
st.write("Summary:", pipe(text)[0]["summary_text"])
|
21 |
else:
|
22 |
st.write("Please enter text to summarize.")
|
23 |
+
elif option == "Age Detection":
|
24 |
st.title("Welcome to age detection")
|
25 |
|
26 |
uploaded_files = st.file_uploader("Choose a image file",type="jpg")
|