Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import pathlib
|
3 |
-
|
4 |
from deepface import DeepFace
|
5 |
|
6 |
#db_path='https://huggingface.co/spaces/ipvikas/ImageProcessing/blob/main/MyPhotos'
|
@@ -32,4 +31,4 @@ facial_attribute_demo = gr.Interface(
|
|
32 |
examples=[["10Jan_1.jpeg"]],
|
33 |
cache_examples=False)
|
34 |
|
35 |
-
facial_attribute_demo.launch(
|
|
|
1 |
import gradio as gr
|
2 |
import pathlib
|
|
|
3 |
from deepface import DeepFace
|
4 |
|
5 |
#db_path='https://huggingface.co/spaces/ipvikas/ImageProcessing/blob/main/MyPhotos'
|
|
|
31 |
examples=[["10Jan_1.jpeg"]],
|
32 |
cache_examples=False)
|
33 |
|
34 |
+
facial_attribute_demo.launch()
|