salomonsky commited on
Commit
fd4cf6e
·
verified ·
1 Parent(s): 48a3d43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from insightface.app import FaceAnalysis
5
  import streamlit as st
6
  from huggingface_hub import InferenceClient, AsyncInferenceClient
7
  import yaml
 
8
 
9
  try:
10
  with open("config.yaml", "r") as file: credentials = yaml.safe_load(file)
 
5
  import streamlit as st
6
  from huggingface_hub import InferenceClient, AsyncInferenceClient
7
  import yaml
8
+ import insightface
9
 
10
  try:
11
  with open("config.yaml", "r") as file: credentials = yaml.safe_load(file)