Spaces:
Running
Running
guardiancc
commited on
Commit
•
b9f3573
1
Parent(s):
b51d022
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def swap_face(source_file, target_file):
|
|
52 |
return os.path.join(os.getcwd(), output_path)
|
53 |
|
54 |
app = gr.Interface(
|
55 |
-
fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="This model is running on CPU an might be slow."
|
56 |
)
|
57 |
|
58 |
app.launch()
|
|
|
52 |
return os.path.join(os.getcwd(), output_path)
|
53 |
|
54 |
app = gr.Interface(
|
55 |
+
fn=swap_face, inputs=[gr.Image(), gr.Video()], outputs=[gr.Video()], description="This model is running on CPU an might be slow. To run in gpu, contact the space owner."
|
56 |
)
|
57 |
|
58 |
app.launch()
|