Add rendering speed info and ETA to console output #3

This commit is contained in:
Xavi Vinaixa
2023-06-05 07:09:17 +02:00
parent 964371a9cb
commit 1269df361d
2 changed files with 23 additions and 6 deletions

2
app.py
View File

@@ -1,7 +1,7 @@
import gradio as gr
from refacer import Refacer
MAX_NUM_OF_FACES=5
MAX_NUM_OF_FACES=8
refacer = Refacer()