DmitryUlyanov/neural-style-audio-tf

Run on terminal in Ubuntu

annisaabuhamid opened this issue · 2 comments

hello @DmitryUlyanov ,
based on your github it said to be run on jupyter, can i run it in terminal in ubuntu and how?

You can copy paste everything in the ipynb to a regular .py. Just remove the ipython display lines and change plt.show() to plt.show(block=False)

i successful change to python but how can i change from IPython.display import Audio, display to python library