Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ import torch.nn.functional as nnf
|
|
8 |
from typing import Tuple, List, Union, Optional
|
9 |
from transformers import GPT2Tokenizer, GPT2LMHeadModel, AdamW, get_linear_schedule_with_warmup
|
10 |
from tqdm import tqdm, trange
|
11 |
-
import skimage.io as io
|
12 |
import os
|
13 |
import requests
|
14 |
|
|
|
8 |
from typing import Tuple, List, Union, Optional
|
9 |
from transformers import GPT2Tokenizer, GPT2LMHeadModel, AdamW, get_linear_schedule_with_warmup
|
10 |
from tqdm import tqdm, trange
|
|
|
11 |
import os
|
12 |
import requests
|
13 |
|