Open In Colab

A Woman

"A Woman"

  • categories:[fastpages, jupyter]

Criando uma mini interface usando widgets:

source_url = 'https://i.redd.it/yz5bnr961px61.jpg' #@param {type:"string"}
render_factor = 10  #@param {type: "slider", min: 7, max: 40}

if source_url is not None and source_url !='':
    output = deo.colorize(filepath_or_url=source_url, render_factor=render_factor)
else:
    print('Provide an image url and try again.')