Spaces:
Running
Longer text prompts
Hello. If I duplicate this space, can I increase the text limit greater than 200? I like to experiment with longer form text.
Thanks.
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.
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'
Sorry, forgot to mention, we need to rename 'requirements_locally.txt' to replace 'requirements.txt'.