Skip to content

Commit

Permalink
fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua committed Sep 29, 2024
1 parent 458fb36 commit b9d7d55
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 @@ -140,7 +140,7 @@ def generate_podcast(file: str, tone: Optional[str] = None, length: Optional[str
allow_flagging="never",
api_name="generate_podcast", # Add this line
theme=gr.themes.Soft(),
concurrency_limit=5
concurrency_limit=3
)

if __name__ == "__main__":
Expand Down

0 comments on commit b9d7d55

Please sign in to comment.