Add print statement in app.py to display Gradio version for debugging and information purposes.
63ebafe
LPX55commited on
Update app.py to enable queue processing in Gradio Blocks for improved performance and remove demo.queue() call for streamlined initialization.
380e667
LPX55commited on
Remove demo.queue() call from app.py to streamline initialization process.
4116878
LPX55commited on
Update app.py to replace demo.launch with demo.queue().launch for enhanced performance and functionality.
d81c72d
LPX55commited on
yield
7089f44
LPX55commited on
Update .gitignore to exclude .pyc files, modify app.py to use demo.queue().launch for improved functionality, and add rebase.sh script for automated git rebase operations with branch detection.
38c0d61
LPX55commited on
Refactor app.py to utilize shared functions for greeting, calculation, and image processing, enhancing modularity and code reuse. Introduce space loading tabs for dynamic integration of popular Hugging Face Spaces.
4cc700d
LPX55commited on
Refactor app.py to modularize tab functionality by introducing greeting_tab, calculator_tab, and sepia_tab functions for improved readability and maintainability
4478d67
LPX55commited on
Refactor tab close functionality to return visibility state directly for Extra Space, SAM2.1 Masking Tool, and Custom IFrame Loader
ce7438d
LPX55commited on
Add dynamic tab rendering for Extra Space, SAM2.1 Masking Tool, and Custom IFrame Loader with open/close functionality
2680f30
LPX55commited on
Add SAM2.1 Masking Tool integration with new API Proxy tab and custom IFrame loader
b3c00c0
LPX55commited on
Add extra tabs for external tools and buttons to load them