Commit History

Update app.py
b0cd9cf
verified

LPX55 commited on

wat
e22d5ca

ethix commited on

Add print statement in app.py to display Gradio version for debugging and information purposes.
63ebafe

ethix commited on

Update app.py to enable queue processing in Gradio Blocks for improved performance and remove demo.queue() call for streamlined initialization.
380e667

ethix commited on

Remove demo.queue() call from app.py to streamline initialization process.
4116878

ethix commited on

Update app.py to replace demo.launch with demo.queue().launch for enhanced performance and functionality.
d81c72d

ethix commited on

Merge branch 'main' of https://huggingface.co/spaces/LPX55/rest-api-with-gradio
5eec7ea

ethix commited on

yield
7089f44

ethix commited on

Update README.md
2b91516
verified

LPX55 commited 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

ethix commited on

Add Gradio interface for multi-model diffusion and text generation tasks, including model loading/unloading functionality and shared state management. Introduce new tabs for text and diffusion models, enhancing user interaction and modularity.
a5723a0

ethix commited on

Refactor space loading functionality in space_loader_tab.py to streamline the selection and display of popular Hugging Face Spaces. Replace dropdown and button with a dynamic interface that shows the selected space directly, enhancing user experience and code clarity.
56e596b

ethix commited 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

ethix commited on

Refactor app.py to modularize tab functionality by introducing greeting_tab, calculator_tab, and sepia_tab functions for improved readability and maintainability
4478d67

ethix commited on

Refactor tab close functionality to return visibility state directly for Extra Space, SAM2.1 Masking Tool, and Custom IFrame Loader
ce7438d

ethix commited on

Add dynamic tab rendering for Extra Space, SAM2.1 Masking Tool, and Custom IFrame Loader with open/close functionality
2680f30

ethix commited on

Add SAM2.1 Masking Tool integration with new API Proxy tab and custom IFrame loader
b3c00c0

ethix commited on

Update .gitignore to exclude __pycache__ directory
4c7233e

ethix commited on

Add extra tabs for external tools and buttons to load them
aa50c63

ethix commited on

re-init
9c6c4fb

ethix commited on