Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def process_image(image_path):
|
|
| 34 |
|
| 35 |
|
| 36 |
def main():
|
| 37 |
-
st.title("Face
|
| 38 |
uploaded_file = st.file_uploader("Upload an image file", type=["jpg", "png", "jpeg"])
|
| 39 |
if uploaded_file:
|
| 40 |
image_path = f"uploads/{uploaded_file.name}"
|
|
|
|
| 34 |
|
| 35 |
|
| 36 |
def main():
|
| 37 |
+
st.title("Face emotion")
|
| 38 |
uploaded_file = st.file_uploader("Upload an image file", type=["jpg", "png", "jpeg"])
|
| 39 |
if uploaded_file:
|
| 40 |
image_path = f"uploads/{uploaded_file.name}"
|