Spaces:
mashroo
/
Runtime error

Commit History

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.
3ae641b

YoussefAnso commited on

Update huggingface-hub version constraint in requirements.txt to specify a range of >=0.24.0,<0.25.0 for improved compatibility and stability.
748d9f5

YoussefAnso commited on

Remove upper version constraint for huggingface-hub in requirements.txt to allow for the latest updates and improvements.
293b404

YoussefAnso commited on

Update requirements.txt to remove upper version constraint for huggingface-hub, allowing for more flexibility in dependency management.
484b13e

YoussefAnso commited on

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.
6ded434

YoussefAnso commited on

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.
bb9cdff

YoussefAnso commited on

Refactor app.py to simplify UI component configurations by consolidating attributes and improving readability. Update demo launch method to utilize queue for enhanced performance.
732c53f

YoussefAnso commited on

Remove 'type' attribute from output_model in app.py to streamline component configuration.
543dbe2

YoussefAnso commited on

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.
a1731c2

YoussefAnso commited on

Update huggingface-hub version constraint in requirements.txt to allow versions between 0.24.0 and 0.25.0 for improved compatibility and features.
9e975a6

YoussefAnso commited on

Update huggingface-hub version constraint in requirements.txt to allow versions between 0.19.4 and 0.20.0 for improved compatibility and features.
9feef63

YoussefAnso commited on

Pin huggingface-hub version to 0.16.4 in requirements.txt for consistent dependency management.
ca8ee12

YoussefAnso commited on

Update requirements.txt to uncomment onnxruntime, enabling its use in the project.
abefb27

YoussefAnso commited on

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.
f441be3

YoussefAnso commited on

Update huggingface-hub version in requirements.txt from 0.16.4 to 0.19.3 for improved compatibility and features.
2ab4260

YoussefAnso commited on

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.
cb29219

YoussefAnso commited on

Update requirements.txt to remove specific version for huggingface-hub, allowing for more flexible dependency management.
8a76def

YoussefAnso commited on

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.
8690d62

YoussefAnso commited on

Add gradio version 4.21.0 to requirements.txt for updated functionality and compatibility
cc413d0

YoussefAnso commited on

Update requirements.txt to include pydantic-core version 2.22.0 and remove pydantic version 2.19.3, ensuring compatibility with the latest dependencies.
4e1955d

YoussefAnso commited on

Update requirements.txt to include pydantic version 2.19.3 and fastapi version 0.99.0, ensuring compatibility with the latest features and improvements.
ed9df41

YoussefAnso commited on

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.
a241cee

YoussefAnso commited on

Remove the main guard from app.py to simplify the launch process. This change streamlines the code structure and enhances readability.
5ea1ced

YoussefAnso commited on

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.
867f45c

YoussefAnso commited on

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.
50e2279

YoussefAnso commited on

Remove unnecessary launch parameters from app.py for simplicity and update README.md to reflect the new Gradio SDK version 4.21.0.
83d7ca7

YoussefAnso commited on

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.
2964afb

YoussefAnso commited on

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.
8e3405b

YoussefAnso commited on

Refactor Gradio interface by simplifying image input settings, streamlining background choice configuration, and enhancing output section layout for improved usability and clarity.
b492be8

YoussefAnso commited on

Refactor Gradio interface to improve layout and organization, enhancing user experience with clearer input/output sections and updated button functionality for generating 3D shapes.
1eb08e4

YoussefAnso commited on

Refactor Gradio interface to enhance input and output organization, update background choice label, and streamline button click event configuration for improved usability and clarity.
953b294

YoussefAnso commited on

Remove server name and port parameters from Gradio launch settings, simplifying the configuration for improved clarity and usability.
6a61ba8

YoussefAnso commited on

Update Gradio launch settings to specify server name and port, enhancing accessibility for users in various environments.
acab22c

YoussefAnso commited on

Enable sharing option in Gradio launch settings to enhance accessibility and collaboration for users in both local and Spaces environments.
0b4c9aa

YoussefAnso commited on

Remove unnecessary parameters from Gradio launch settings, simplifying the configuration for improved clarity and performance in local and Spaces environments.
bb2ef81

YoussefAnso commited on

Refactor Gradio launch settings to streamline API endpoint configuration, removing unnecessary parameters for improved clarity and performance in both local and Spaces environments.
9989a83

YoussefAnso commited on

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.
8b8d633

YoussefAnso commited on

Refine Gradio interface by simplifying API endpoint settings, maintaining minimal configurations for the Blocks interface and button actions to enhance usability and performance.
f6283a6

YoussefAnso commited on

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.
bd9b53b

YoussefAnso commited on

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.
552ea8a

YoussefAnso commited on

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.
e678be4

YoussefAnso commited on

Remove API endpoint name from event listener and disable sharing option in Gradio interface, while maintaining concurrency limits for improved performance.
d8bbedc

YoussefAnso commited on

Refactor Gradio interface to implement concurrency limits directly on the event listener, enhancing performance and simplifying the launch process for Hugging Face Spaces.
b96430e

YoussefAnso commited on

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.
c1d0660

YoussefAnso commited on

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.
1d68efb

YoussefAnso commited on

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.
5cff89f

YoussefAnso commited on

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.
e2af8e2

YoussefAnso commited on

Enhance Gradio interface by adding concurrency limits to button actions and updating SDK version to 4.44.1 for improved performance.
900ec87

YoussefAnso commited on

Revamp Gradio interface for 3D character generation, enhancing input options and output display while streamlining the image processing workflow.
4871683

YoussefAnso commited on

Refactor image generation process into a single API endpoint for improved clarity and efficiency
0e00a44

YoussefAnso commited on