Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def swap_face(source_file, target_file):
|
|
53 |
return os.path.join(os.getcwd(), output_path)
|
54 |
|
55 |
app = gr.Interface(
|
56 |
-
fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="
|
57 |
)
|
58 |
|
59 |
app.launch()
|
|
|
53 |
return os.path.join(os.getcwd(), output_path)
|
54 |
|
55 |
app = gr.Interface(
|
56 |
+
fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description=" ",theme="allenai/gradio-theme"
|
57 |
)
|
58 |
|
59 |
app.launch()
|