Commit History

Refactor variable names in flag_img_input function in app.py for consistency with function parameters, enhancing code clarity.
bd2bba7
Running

kevinconka commited on

Refactor flag_img_input parameters in app.py for consistency and clarity, renaming variables to align with function arguments.
5604d24

kevinconka commited on

Enhance flagging functionality in app.py and flagging.py by adding a subscription option and improving metadata handling for user information.
3928c4d

kevinconka commited on

Update flagging functionality in app.py and flagging.py to use metadata for user information and change dataset name to versioned format
f4ef5b4

kevinconka commited on

Refactor logging setup in app.py and blob_utils.py to use module-level loggers for better context and remove redundant file handler configuration in logging_config.py.
1709520

kevinconka commited on

Add logging functionality to app.py and blob_utils.py for improved traceability and debugging
6c983cf

kevinconka commited on

Refactor decode_blob_data usage in flag_img_input to streamline blob handling and improve code clarity in app.py
7fb47c4

kevinconka commited on

Add decode_blob_data function to handle Gradio image blob conversion in app.py
b3f650d

kevinconka commited on

A newer version of the Gradio SDK is available: 5.34.2
b0a9338
verified

kevinconka commited on

Refactor inference function in app.py to accept image directly instead of file path, simplifying the input process.
d44f6a3

kevinconka commited on

Remove 'type' attribute from image input component in app.py to streamline UI configuration.
1203db2

kevinconka commited on

Refactor inference function in app.py to remove image file path from output and update UI components accordingly.
8cdef7f

kevinconka commited on

Rename image file path textbox in app.py for clarity
941fa10

kevinconka commited on

Refactor inference function in app.py to accept image file path, update output to include file path, and adjust input type in the UI.
585407e

kevinconka commited on

added debug messages
ac783cd

kevinconka commited on

Refactor flagging mechanism in app.py to use dedicated function for image flagging and clean up commented code.
9b3bb2e

kevinconka commited on

Update app.py
fb78bf6
verified

kevinconka commited on

Move API to actual flagging function
687d726
verified

kevinconka commited on

Add API endpoint to flag misdetections
7737736
verified

kevinconka commited on

Update model
341c6ee
verified

kevinconka commited on

Update README.md
d4b690f
verified

kevinconka commited on

Refactor theme configuration in app.py to simplify font settings.
631a047

kevinconka commited on

Refactor inference function to remove diameter parameter and enhance theme configuration with additional fonts.
7b79cdc

kevinconka commited on

Update requirements.txt
fb060e0
verified

kevinconka commited on

Update app.py
2e66256
verified

kevinconka commited on

Delete examples/22825932.jpg
0dbf62b
verified

kevinconka commited on

Upload 3 files
075993b
verified

kevinconka commited on

Update app.py
1a4222a
verified

kevinconka commited on

Update requirements.txt
d9c0f3b
verified

kevinconka commited on

Update README.md
7545350
verified

kevinconka commited on

Update app.py
e6fcc2b
verified

kevinconka commited on

Update install_private_repos.py
ab56ab6
verified

kevinconka commited on

Update install_private_repos.py
de523fc
verified

kevinconka commited on

Update app.py
c7a0950
verified

kevinconka commited on

Update requirements.txt
dcd4ea0
verified

kevinconka commited on

Update requirements.txt
38fd109
verified

kevinconka commited on

Update install_private_repos.py
4162458
verified

kevinconka commited on

Update install_private_repos.py
2b98d59
verified

kevinconka commited on

cache examples during loading
ae1d8af

kevinconka commited on

Refactor model loading to use device parameter
5f5664d

kevinconka commited on

Simplify model loading and remove unnecessary caching
b29c515

kevinconka commited on

Update README.md
d80106f
verified

kevinconka commited on

Update README.md
086b61a
verified

kevinconka commited on

Update app.py
5fcbed8
verified

kevinconka commited on

Update app.py
c560f81
verified

kevinconka commited on

Fix memory allocation issue in get_model function
48379e0

kevinconka commited on

use lru cache for simplicity
e85cd1e

kevinconka commited on

better lazy loading via class
79e2714

kevinconka commited on

lazy load model
fb2817b

kevinconka commited on