Skip to content

Conversation

@RobertAgee
Copy link
Contributor

Changes

  • Added seed input option to Gradio parameters interface
  • Implemented automatic random seed generation when none is provided
  • Displays the seed used after generation (for reproducibility)
  • Updated app to default to Dark Mode for improved UX
  • Reordered UI to add audio reference file and audio transcript field
  • Separated transcript input from the main text-to-generate input
  • Added validation: transcript is required when providing an audio prompt
  • Prepends transcript to text input cleanly
  • Captures and displays console output logs for easier debugging

Why

  • Enables reproducible generations through manual or automatic seed control
  • Improves user experience with a cleaner, more intuitive interface
  • Adds better error handling and debug visibility
  • Supports smoother generation when using audio prompt

Notes

  • Tested locally on Gradio 4.x
  • Should be fully backward compatible without impacting existing workflows

Thanks for reviewing this PR! 🚀

@buttercrab buttercrab merged commit 02951bc into nari-labs:main Jun 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants