Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua committed Oct 1, 2024
1 parent ab25593 commit 3b75e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ def generate_podcast(
api_name=UI_API_NAME,
theme=gr.themes.Soft(),
concurrency_limit=UI_CONCURRENCY_LIMIT,
# examples=UI_EXAMPLES,
# cache_examples=UI_CACHE_EXAMPLES,
examples=UI_EXAMPLES,
cache_examples=UI_CACHE_EXAMPLES,
)

if __name__ == "__main__":
Expand Down

0 comments on commit 3b75e3f

Please sign in to comment.