Description
Integrate the Trellis generative art model hosted on Hugging Face into the platform using the gradio_client library. This feature will enable users to generate art directly through the application.
Acceptance Criteria
Technical Details
Tasks
- Obtain access to the Hugging Face API and ensure the Trellis model endpoint is functional.
- Implement backend logic using
gradio_client to send generation requests and fetch results.
- Design and integrate a user interface for setting art generation parameters.
- Test the integration with various inputs and handle edge cases (e.g., invalid prompts).
- Document the feature and provide usage guidance for users.
Let me know if you need further customization!
Description
Integrate the Trellis generative art model hosted on Hugging Face into the platform using the
gradio_clientlibrary. This feature will enable users to generate art directly through the application.Acceptance Criteria
gradio_client.Technical Details
gradio_clientfor sending requests and receiving generated art.Tasks
gradio_clientto send generation requests and fetch results.Let me know if you need further customization!