Enhance gen_image function in app.py to return base64 encoded GLB data alongside generated images. Clean up argument parsing by removing unused stage1 and stage2 config options in parser. Update requirements.txt to specify gradio version for compatibility.
Refactor mesh export process in inference.py to directly save as GLB format, removing intermediate OBJ conversion steps. Update return value to reflect new output format.
Refactor app.py by moving model initialization and argument parsing to the main execution block, enhancing clarity and organization. Correct typos in comments and variable names for improved readability. Update Gradio component configurations for better user experience.
Refactor app.py to simplify UI component configurations by consolidating attributes and improving readability. Update demo launch method to utilize queue for enhanced performance.
Enhance app.py UI components by adding show_label and show_download_button options for better user experience. Refactor background choice and color picker for improved readability. Update demo launch settings to enable API access and error display.
Update requirements.txt to remove specific versions for gradio and huggingface-hub, allowing for more flexible dependency management. Comment out onnxruntime for potential future use.
Refactor generate3d function in inference.py to enhance readability by removing unnecessary blank lines. Update requirements.txt to specify versions for gradio and huggingface-hub for better dependency management.
Refactor generate3d function in inference.py to improve readability by removing unnecessary blank lines. Update requirements.txt to remove gradio and numpy versions for cleaner dependency management.
Update requirements.txt to include pydantic-core version 2.22.0 and remove pydantic version 2.19.3, ensuring compatibility with the latest dependencies.
Update requirements.txt to include pydantic version 2.19.3 and fastapi version 0.99.0, ensuring compatibility with the latest features and improvements.
Update background color picker in app.py to allow user interaction and add main guard for improved script execution. This enhances user experience and maintains code structure.
Refactor image processing functions in app.py to improve functionality and clarity. Updated preprocess_image and gen_image methods for better handling of background choices and image generation, while enhancing error handling and overall structure.
Refactor Gradio interface in app.py to enhance layout and usability, including updates to image input settings, background choice options, and button functionality for generating 3D shapes. Streamlined processing function connections for improved clarity.
Update app.py to optimize launch settings for Hugging Face Spaces, enabling request queue handling and clarifying comments. Adjust README.md to reflect the updated Gradio SDK version.
Enhance app.py with improved error handling, compatibility fixes, and streamlined image processing functions. Update Gradio interface for better user experience, including clearer background choice options and refined button functionality.
Refactor Gradio interface to improve layout and organization, enhancing user experience with clearer input/output sections and updated button functionality for generating 3D shapes.
Refactor Gradio interface to enhance input and output organization, update background choice label, and streamline button click event configuration for improved usability and clarity.
Remove unnecessary parameters from Gradio launch settings, simplifying the configuration for improved clarity and performance in local and Spaces environments.
Refactor Gradio launch settings to streamline API endpoint configuration, removing unnecessary parameters for improved clarity and performance in both local and Spaces environments.
Update Gradio launch settings to enable API endpoint with name "predict" while simplifying the configuration for both local and Spaces environments, enhancing usability and performance.
Refine Gradio interface by simplifying API endpoint settings, maintaining minimal configurations for the Blocks interface and button actions to enhance usability and performance.
Enhance Gradio interface by disabling API endpoint generation for the Blocks interface and button actions, while implementing Spaces-specific launch settings to improve compatibility and performance in different environments.
Refactor Gradio interface to utilize Blocks for improved layout and organization, enhancing user interaction with dedicated input and output sections while maintaining minimal launch settings.
Refactor Gradio interface to use a simpler structure with a single Interface instead of Blocks, enhancing clarity and usability while maintaining concurrency limits and error handling for image uploads.
Remove API endpoint name from event listener and disable sharing option in Gradio interface, while maintaining concurrency limits for improved performance.
Refactor Gradio interface to implement concurrency limits directly on the event listener, enhancing performance and simplifying the launch process for Hugging Face Spaces.
Update Gradio interface to disable analytics for simplicity and specify API endpoint name for image generation, while ensuring external access and standard port usage for Hugging Face Spaces.
Refactor Gradio interface to encapsulate image processing logic within a dedicated function, enhancing error handling for image uploads and streamlining event chaining for improved clarity.
Streamline Gradio interface by chaining event actions directly, improving error handling for image uploads, and maintaining API endpoint only for the final image generation step.
Refine Gradio interface by disabling API endpoints for intermediate steps and enabling it only for the final image generation, while also adding a share option for Hugging Face Spaces.