Spaces:
Runtime error
Runtime error
Commit
·
eb62269
1
Parent(s):
0b67be1
Update main.py
Browse files
main.py
CHANGED
@@ -85,7 +85,7 @@ def faceswapper():
|
|
85 |
result_photo = request.args.get('result_photo', default='')
|
86 |
|
87 |
# Chamar a API Gradio
|
88 |
-
client = Client(endpoint, upload_files=True
|
89 |
result = client.predict(
|
90 |
user_photo,
|
91 |
result_photo,
|
|
|
85 |
result_photo = request.args.get('result_photo', default='')
|
86 |
|
87 |
# Chamar a API Gradio
|
88 |
+
client = Client(endpoint, upload_files=True)
|
89 |
result = client.predict(
|
90 |
user_photo,
|
91 |
result_photo,
|