Skip to content

Commit

Permalink
Merge pull request #297 from ribasoka/main
Browse files Browse the repository at this point in the history
Fixed timeout bug
  • Loading branch information
vinthony authored May 16, 2023
2 parents d3b2727 + bbe54e9 commit ba73565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ def sadtalker_demo():
if __name__ == "__main__":

demo = sadtalker_demo()
demo.launch(share=True)
demo.queue().launch(share=True)


0 comments on commit ba73565

Please sign in to comment.