-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Text Input File from CLI #3195
Conversation
Hey, I have signed the CLA agreement and added my name to first contribution repo, I need help what to do next to pass this license/cla test |
This test(license/cla Pending — Contributor License Agreement is not signed yet.) was not updating its status. |
@shahbaz9221 See the CLA bot message above, you need to add the email address used in these commits to your Github account:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
Why is this change needed?
Require a mechanism for transmitting extensive text.
How does this PR address the problem?
This pull request resolves the issue by introducing a new command-line argument, --textfile in both the synthesize.py script and the user interface.
What else do I need to know?
I have attached some snippets for reference of what changes look like
Note:
This marks my inaugural contribution to open source. I've conducted thorough testing based on my understanding, yet I'm open to any suggestions or feedback.