Spaces:
Runtime error
Runtime error
Commit
·
057eae7
1
Parent(s):
bda7138
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ import base64
|
|
| 10 |
from io import BytesIO
|
| 11 |
import torch
|
| 12 |
import torch.nn.functional as F
|
|
|
|
| 13 |
from transformers import CLIPImageProcessor
|
| 14 |
from huggingface_hub import hf_hub_download
|
| 15 |
from pynvml import *
|
|
|
|
| 10 |
from io import BytesIO
|
| 11 |
import torch
|
| 12 |
import torch.nn.functional as F
|
| 13 |
+
from datetime import datetime
|
| 14 |
from transformers import CLIPImageProcessor
|
| 15 |
from huggingface_hub import hf_hub_download
|
| 16 |
from pynvml import *
|