hasnanmr commited on
Commit
1440546
·
1 Parent(s): d621e56

add model recognition

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