ipvikas commited on
Commit
23ffe16
·
1 Parent(s): db741e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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(share=True)
 
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()