CoolFace
Apppublic

madison-xu/llm-eval-pipeline-art

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
49 commits on main
8cbca1e11mo ago

fix text

Qianru Xu
5fddc8211mo ago

Add video support with validation (3min duration, 2GB size limits)

Qianru Xu
03260be11mo ago

Make file status section more artistic with gradient background

Qianru Xu
e34df9e11mo ago

Hide all image zoom buttons with CSS

Qianru Xu
ee33c7c11mo ago

Reduce image container size to 1/3 width

Qianru Xu
3f3fe9611mo ago

Use use_column_width=True to make image fill container width

Qianru Xu
f91447511mo ago

Remove empty container box and adjust image size to 500px

Qianru Xu
16fb60111mo ago

Increase preview image size from 400px to 600px

Qianru Xu
f0c4d4711mo ago

Fix IndexError and replace buttons with artistic selectbox navigation

Qianru Xu
0c871c711mo ago

Add image navigation buttons, fix image zoom issue, rename preview section

Qianru Xu
1a8fa1511mo ago

Remove image selection and management buttons, evaluate all images

Qianru Xu
b4a140011mo ago

Fix nested expander error by moving Export Results outside main expander

Qianru Xu
a806fb311mo ago

Make Export Results collapsed by default

Qianru Xu
ce03d5a11mo ago

Fix main-header width to 80vw, fix image deletion sync, simplify title/description layout

Qianru Xu
7e9647011mo ago

Fix main-header width to 80%, improve delete functionality, and ensure title/description column widths

Qianru Xu
94c9e6f11mo ago

Fix title/description width ratio and JSON export error

Qianru Xu
712ab2011mo ago

Add title/description input and combine multiple image evaluations

Qianru Xu
25b806e11mo ago

Add batch image upload and management features

Qianru Xu
ac93e6711mo ago

adjust

Qianru Xu
4534ac111mo ago

Change title width to 80%

Qianru Xu
fda394911mo ago

Update background image to use base64 encoding

Qianru Xu
989902211mo ago

Add real background image from desktop

Qianru Xu
5f4aea711mo ago

Add background.jpg and reference it in CSS

Qianru Xu
7d5445511mo ago

Add starry night background image covering full screen

Qianru Xu
050d70311mo ago

Change upload-card and results-card to dark artistic colors

Qianru Xu
072dde811mo ago

Change header background to dark artistic colors

Qianru Xu
7e4f72911mo ago

Make main-header full width only

Qianru Xu
7744f1111mo ago

Add back content-container 60% width setting

Qianru Xu
3ab058b11mo ago

Remove duplicate content-container CSS that was overriding our settings

Qianru Xu
5f7a3c211mo ago

Fix: only title full width, content back to 60%

Qianru Xu
2e36dc011mo ago

Fix short_description length to under 60 chars

Qianru Xu
5f6c74c11mo ago

Force title to break out of container and use full width

Qianru Xu
3ff1d5d11mo ago

Fix title width to full screen while keeping content at 60%

Qianru Xu
a4b4f0b11mo ago

Fix expander nesting and use filename as title

Qianru Xu
abaf6c811mo ago

Use st.expander with expanded=True instead of st.popover

Qianru Xu
d54b40611mo ago

Upgrade Streamlit to 1.50.0+ for st.popover support

Qianru Xu
306d28c11mo ago

Fix st.popover implementation - remove show_results state

Qianru Xu
a785e9811mo ago

Fix nested expander error

Qianru Xu
1c325d011mo ago

Fix image display and layout issues

Qianru Xu
fd63eea11mo ago

Fix UI styling and layout issues

Qianru Xu
14bc83611mo ago

Simplify app to minimal working version to fix JSON schema error

Qianru Xu
53af03311mo ago

Fix: remove problematic DownloadButton component causing JSON schema error

Qianru Xu
1f0aeed11mo ago

Fix: correct Gradio outputs configuration and update to version 4.44.1

Qianru Xu
187eb6a11mo ago

Fix: add missing opencv-python and numpy dependencies

Qianru Xu
0b452ae11mo ago

Clean up: remove unnecessary dependencies and simplify README

Qianru Xu
f83b86d11mo ago

Fix short_description length

Qianru Xu
5f841d511mo ago

Fix README config and remove API key input for security

Qianru Xu
2d1492c11mo ago

Add AI Arts Evaluation tool with Gemini API key support

Qianru Xu
b0a624d11mo ago

initial commit

madison-xu