lisa-on-cuda / app.py

Commit History

feat: add log version (gradio and samgis-core) to /health endpoint
cd399d1

alessandro trinca tornidor commited on

feat: start refactor using samgis-core = 3.0.8
cc47f6d

alessandro trinca tornidor commited on

feat: move create_folders_and_variables_if_not_exists.py script to lisa_on_cuda.utils package
bef1e9b

alessandro trinca tornidor commited on

bug: fix missing Path cast
19270a8

alessandro trinca tornidor commited on

feat: add support for compiling a custom frontend using pnpm and nodejs v18 from debian packages
c13c67e

alessandro trinca tornidor commited on

feat: zeroGPU spaces support (drop docker, uses gradio sdk)
b0660fb

alessandro trinca tornidor commited on

[fix] rename app.py to main.py, use empty sys.argv to keep only defaults args
72ceb76

alessandro trinca tornidor commited on

[refactor] fix missing parse_args() functions, fix inference()
719ecfd

alessandro trinca tornidor commited on

[refactor] start reverting to original app.py content/1
a84a5a1

alessandro trinca tornidor commited on

[fix] fix missing imports, wrong path in entrypoint.sh
326115c

alessandro trinca tornidor commited on

[feat] restart from an example app to check what's working
c5fe4a2

alessandro trinca tornidor commited on

[refactor] try avoid using "if __name__ == '__main__'"
f623930

alessandro trinca tornidor commited on

[refactor] add FASTAPI_STATIC folder under ${XDG_CACHE_HOME}/static
acec8bf

alessandro trinca tornidor commited on

[refactor] try mount the gradio app within a fastapi to prepare logging the session id
3bd20e4

alessandro trinca tornidor commited on

[refactor] set image precision with an external function
37a5f04

alessandro trinca tornidor commited on

[fix] fix missing import
e789db0

alessandro trinca tornidor commited on

[debug] add some logs
81e8410

alessandro trinca tornidor commited on

[fxi] get_inference_model_by_args: use args_to_parse argument
6d22b1d

alessandro trinca tornidor commited on

[refactor] return the inference function to inject the model
1186076

alessandro trinca tornidor commited on

[refactor] try to wrap model generation code in a dedicated function
8facf64

alessandro trinca tornidor commited on

[refactor] more refactor app.py/1
ca06190

alessandro trinca tornidor commited on

[refactor] start refactor app.py
9d7a440

alessandro trinca tornidor commited on

[feat] add option to expose inference app
dfc4146

alessandro trinca tornidor commited on

[refactor] use nh3 instead than bleach to prepare input_str
dd85bba

alessandro trinca tornidor commited on

fix bug in inference
c899f8b

X-Lai commited on

fix some run bugs
4ffbe39

xbkaishui commited on

Refactor the code to support hf model module format & support grefcoco dataset
e5c9ee0

X-Lai commited on