Longer text prompts

#2
by johnblues - opened

Hello. If I duplicate this space, can I increase the text limit greater than 200? I like to experiment with longer form text.

Thanks.

MyShell.ai org

Yes, we have prepared app_locally.py for duplication. You can remove this restriction in Line 126. Alternatively, you can directly refer to our GitHub repository and conduct your experiments using demo_part1.ipynb.

Hi. I tried duplicating and changing that line, but now it goes to error right away when I hit submit. This is even using the default voice and style.

MyShell.ai org

Have you modified the readme.md file and adjusted the app_file option in the metadata (app.py -> app_locally.py)?

After making that change, I get this error when its building:
Traceback (most recent call last):
File "/home/user/app/app_locally.py", line 2, in
import torch
ModuleNotFoundError: No module named 'torch'

MyShell.ai org

Sorry, forgot to mention, we need to rename 'requirements_locally.txt' to replace 'requirements.txt'.

@XuminYu Thanks! Did that and it's working now. Thanks for the help.

Sign up or log in to comment