Spaces:
Running
Running
Update app.py
Browse files
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)
|