Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -12,7 +12,7 @@ from PIL import Image
|
|
12 |
#from dalle.utils.utils import set_seed, clip_score
|
13 |
import streamlit.components.v1 as components
|
14 |
import torch
|
15 |
-
from IPython.display import display
|
16 |
import random
|
17 |
|
18 |
def link(link, text, **style):
|
|
|
12 |
#from dalle.utils.utils import set_seed, clip_score
|
13 |
import streamlit.components.v1 as components
|
14 |
import torch
|
15 |
+
#from IPython.display import display
|
16 |
import random
|
17 |
|
18 |
def link(link, text, **style):
|