CoolFace
Apppublic

ericanthonymitchell/model-editing

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes
19 commits on main
8335d0c4y ago

All algs except KE working.

Charles Lin
a9853a74y ago

Incomplete editing implementation

charleslin4
9b78f9c4y ago

Generation working. Todo: model edits; add model checkpoints. Also, we are only loading an editable model upon switching algs but we should load it when the page loads

Charles Lin
bb4bb434y ago

Use session state instead of global vars, and add progress spinners for loading models

Charles Lin
8f3eda54y ago

Add logic for loading models

Charles Lin
e56055d4y ago

Add algorithms from efk codebase

Charles Lin
717a51e4y ago

Removed accidental import.

Eric Mitchell
9db84b24y ago

Added disclaimer about demo being under development.

Eric Mitchell
902d7254y ago

Updated intro text.

Eric Mitchell
b3740e74y ago

Switched to using st.session_state to manage state.

Eric Mitchell
cda8def4y ago

Updated readme

Eric Mitchell
db7fef94y ago

Fixed page scrolling down automatically.

Eric Mitchell
89e27db4y ago

Things working, I think?

Eric Mitchell
93798d64y ago

Lots of changes.

Eric Mitchell
e2893d04y ago

Removed disabled

Eric Mitchell
42f5f044y ago

Added edit inputs.

Eric Mitchell
9f3c7b74y ago

Added reset button

Eric Mitchell
65eef234y ago

Initial commit.

Eric Mitchell
f9626a44y ago

initial commit

ericanthonymitchell