Spaces:
Sleeping
Sleeping
add model recognition
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import streamlit as st
|
2 |
import torch
|
3 |
from facenet_pytorch import MTCNN
|
4 |
import pickle
|
@@ -132,4 +131,4 @@ with gr.Blocks() as demo:
|
|
132 |
|
133 |
if __name__ == "__main__":
|
134 |
# Launch the interface with share=True to create a public link
|
135 |
-
demo.launch(share=True, debug=True)
|
|
|
|
|
1 |
import torch
|
2 |
from facenet_pytorch import MTCNN
|
3 |
import pickle
|
|
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
# Launch the interface with share=True to create a public link
|
134 |
+
demo.launch(share=True, debug=True)
|