Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
import numpy
|
4 |
import torch
|
5 |
-
|
6 |
|
7 |
st.write("welcome to age detection app")
|
8 |
|
|
|
2 |
from transformers import pipeline
|
3 |
import numpy
|
4 |
import torch
|
5 |
+
|
6 |
|
7 |
st.write("welcome to age detection app")
|
8 |
|