Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: add prompt viz, add new display for classifier and adjust layo…
Browse files Browse the repository at this point in the history
…ut for home
  • Loading branch information
d116626 committed Feb 7, 2024
1 parent c346ee0 commit 4fd520c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def callback_data():
return vision_api


# vision_api = get_vision_ai_api()
vision_api = APIVisionAI(
username=os.environ.get("VISION_API_USERNAME"),
password=os.environ.get("VISION_API_PASSWORD"),
)
vision_api = get_vision_ai_api()
# vision_api = APIVisionAI(
# username=os.environ.get("VISION_API_USERNAME"),
# password=os.environ.get("VISION_API_PASSWORD"),
# )


@st.cache_data(ttl=60 * 5, persist=False)
Expand Down

0 comments on commit 4fd520c

Please sign in to comment.