Commit History

Fix history parameter handling in predict function and adjust question formatting in Conversation class
b0883d9

baohuynhbk14 commited on

Implement get_history method and update message handling in predict function
d34de96

baohuynhbk14 commited on

Refactor predict function for improved readability and update history handling
abefd07

baohuynhbk14 commited on

Refactor predict function to clean up history logging and improve pixel value logging
f0f354e

baohuynhbk14 commited on

Remove last entry from history in predict function
d84fba9

baohuynhbk14 commited on

Log length of pixel values during prediction in app.py
6a6ac31

baohuynhbk14 commited on

Align title section to the left in app.py
0a8cc6f

baohuynhbk14 commited on

Update model description and enhance demo details in app.py
ca15a3d

baohuynhbk14 commited on

Add detailed description section to demo in app.py
c950476

baohuynhbk14 commited on

Update demo description and change theme to NoCrypt/miku in app.py
50648c9

baohuynhbk14 commited on

Update demo theme from Ocean to Glass in app.py
070de42

baohuynhbk14 commited on

Add sampling parameter to ai_bot function and adjust image dimensions in app.py
584ce5d

baohuynhbk14 commited on

Update image source in app.py for improved asset hosting
f916962

baohuynhbk14 commited on

Update sampling checkbox default value in app.py
3fd7f45

baohuynhbk14 commited on

Add sampling option to prediction and update demo title with snowflake emoji
a22a57f

baohuynhbk14 commited on

Update README.md to change background color from white to pink
c15090e

baohuynhbk14 commited on

Update README.md and app.py for demo enhancements and theme changes
38dec67

baohuynhbk14 commited on

Update README.md with new demo title, emojis, and SDK version
ec04f8e

baohuynhbk14 commited on

Update demo title to include emojis for enhanced visibility
a3e5c6d

baohuynhbk14 commited on

Comment out test response in ai_bot function to prevent unintended output
a23e792

baohuynhbk14 commited on

Remove unused image files and update bot function names for clarity
ef6b1b7

baohuynhbk14 commited on

Update http_bot to unpack user message from get_user_message for improved clarity
ccf317f

baohuynhbk14 commited on

Update image path handling in http_bot to use the first image path if available
bba6b10

baohuynhbk14 commited on

Add logging for modified conversation history in prediction function
24a0f48

baohuynhbk14 commited on

Refactor message handling in conversation and prediction functions to improve clarity and functionality
4d0481d

baohuynhbk14 commited on

Rename get_user_message to get_last_user_message for clarity and update usage in http_bot
46c8f02

baohuynhbk14 commited on

Add debug print for full predict question in prediction function
ca208c8

baohuynhbk14 commited on

Refactor http_bot to include conversation history in prediction function
9d9ede7

baohuynhbk14 commited on

Enhance image loading function with additional debug prints and improved error logging
6956a0a

baohuynhbk14 commited on

Update slider values and ranges in demo configuration for improved user control
796079a

baohuynhbk14 commited on

Merge remote-tracking branch 'origin/main'
be7d039

baohuynhbk14 commited on

Log keyboard interruption errors and stack traces for better debugging of server shutdowns
1444e68

baohuynhbk14 commited on

Improve error handling in image loading function and remove obsolete log file
e35bff8

baohuynhbk14 commited on

Delete logs/serve_images/.DS_Store
676df4a
verified

baohuynhbk14 commited on

Delete logs/.DS_Store
8d8ae61
verified

baohuynhbk14 commited on

Enhance logging in http_bot and clean up conversation message handling; add .gitignore for better project management
6db93f3

baohuynhbk14 commited on

Update user agent and enhance predict function with additional parameters for improved flexibility
2013bf3

baohuynhbk14 commited on

Add predict function for image processing and refactor http_bot for cleaner code
9f4e146

baohuynhbk14 commited on

Enhance error handling in data processing pipeline for improved robustness
9d74996

baohuynhbk14 commited on

Update dependencies in requirements.txt for compatibility and performance improvements
5c40213

baohuynhbk14 commited on

Refactor image processing functions for better performance and clarity in utils.py
d9991d4

baohuynhbk14 commited on

Install flash-attn package and set default device to CUDA in app.py
412554a

baohuynhbk14 commited on

Add GPU decorator to http_bot function for enhanced performance
1993f10

baohuynhbk14 commited on

Add debug prints for model, tokenizer, and question in http_bot function
e967d75

baohuynhbk14 commited on

Move pixel value computation to GPU for improved performance in http_bot function
b6367f6

baohuynhbk14 commited on