Xin Liu
commited on
test
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def inference(img, vid):
|
|
59 |
def main():
|
60 |
with gr.Blocks(css='style.css') as demo:
|
61 |
gr.Markdown(title)
|
62 |
-
|
63 |
|
64 |
with gr.Box():
|
65 |
gr.Markdown('''## Step 1 (Provide Input Face Image)
|
|
|
59 |
def main():
|
60 |
with gr.Blocks(css='style.css') as demo:
|
61 |
gr.Markdown(title)
|
62 |
+
gr.Markdown(DESCRIPTION)
|
63 |
|
64 |
with gr.Box():
|
65 |
gr.Markdown('''## Step 1 (Provide Input Face Image)
|