So I started working with Keras and I was trying out the lstm_text_generation from the examples. The problem is that have a text file on local directory but the get_file method has a origin parameter which requires a file which is hosted somewhere.
I wanted to know if a local file can be used or I have to host the file online?