niknikita commited on
Commit
5f80ee3
·
verified ·
1 Parent(s): f93a735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
 
3
  # Load the Hugging Face Space
4
  gradio_app = gr.Interface.load("huggingface/niknikita/faceid")
 
5
 
6
- if __name__ == "__main__":
7
- # Launch the app
8
- gradio_app.launch()
 
2
 
3
  # Load the Hugging Face Space
4
  gradio_app = gr.Interface.load("huggingface/niknikita/faceid")
5
+ gradio_app()
6
 
7
+ # if __name__ == "__main__":
8
+ # # Launch the app
9
+ # gradio_app.launch()