dkoshman
init
5663632
raw
history blame
147 Bytes
import wandb
from machine_learning.recommending.app import app
wandb.init(job_type="app", project="Recommending", entity="dkoshman")
app.launch()