Spaces:
Running
on
Zero
Running
on
Zero
parokshsaxena
commited on
Commit
β’
e37bd67
1
Parent(s):
6b4235a
adding import spaces at the top
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import logging
|
2 |
import math
|
3 |
import gradio as gr
|
@@ -17,7 +18,6 @@ from typing import List
|
|
17 |
import torch
|
18 |
import os
|
19 |
from transformers import AutoTokenizer
|
20 |
-
import spaces
|
21 |
import numpy as np
|
22 |
from utils_mask import get_mask_location
|
23 |
from torchvision import transforms
|
|
|
1 |
+
import spaces
|
2 |
import logging
|
3 |
import math
|
4 |
import gradio as gr
|
|
|
18 |
import torch
|
19 |
import os
|
20 |
from transformers import AutoTokenizer
|
|
|
21 |
import numpy as np
|
22 |
from utils_mask import get_mask_location
|
23 |
from torchvision import transforms
|