From 83b575d1334219b16e0f9d4390ea2f6095df54e3 Mon Sep 17 00:00:00 2001 From: Alunite <42699851+alunit3@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:31:53 +0800 Subject: [PATCH] Forgot module import --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index a815bf2..69a5b82 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,7 @@ import gradio as gr from refacer import Refacer import argparse +import ngrok parser = argparse.ArgumentParser(description='Refacer') parser.add_argument("--max_num_faces", help="Max number of faces on UI", default=5)