Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aashnajoshi committed Sep 30, 2024
1 parent 4c5f61c commit 3998795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plant_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def identify_plant(image_path):
api = PlantApi(api_key= os.getenv("PLANT_API"))

# Logic to identify plant from the url and name
# Logic to identify plant from the url and name (TBM)
usage: UsageInfo = api.usage_info()
identification: PlantIdentification = api.identify(image_path)
identification_with_different_views: PlantIdentification = api.get_identification(identification.access_token)
Expand Down

0 comments on commit 3998795

Please sign in to comment.