Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import sys
|
|
| 4 |
import time
|
| 5 |
import os
|
| 6 |
import random
|
| 7 |
-
|
| 8 |
# os.environ["CUDA_VISIBLE_DEVICES"] = ""
|
| 9 |
|
| 10 |
# Create the gr.State component *outside* the gr.Blocks context
|
|
|
|
| 4 |
import time
|
| 5 |
import os
|
| 6 |
import random
|
| 7 |
+
from PIL import Image
|
| 8 |
# os.environ["CUDA_VISIBLE_DEVICES"] = ""
|
| 9 |
|
| 10 |
# Create the gr.State component *outside* the gr.Blocks context
|