craftgamesnetwork commited on
Commit
eb62269
·
1 Parent(s): 0b67be1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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, timeout=180)
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,