Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO authored Dec 8, 2023
1 parent f9c117e commit 099f659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/gradio_anime_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def search_anime(query: str):

try:
anime_list = client.search(Anime, query)

except RatelimitError as e: # NOTE: This is here because rate limiting hasn't been implemented yet in this version.
raise gradio.Error(e.message)

Expand All @@ -21,4 +20,4 @@ def search_anime(query: str):
)

if __name__ == "__main__":
demo.launch(show_api = False)
demo.launch(show_api = False)

0 comments on commit 099f659

Please sign in to comment.