Browse Source

Better progress bar for notebooks (#13)

pull/15/head
Aaron Gokaslan 5 years ago
committed by GitHub
parent
commit
52502826db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rudalle/pipelines.py

+ 1
- 1
rudalle/pipelines.py View File

@ -5,7 +5,7 @@ import transformers
import more_itertools
import numpy as np
import matplotlib.pyplot as plt
from tqdm import tqdm
from tqdm.auto import tqdm
from . import utils


Loading…
Cancel
Save