Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,6 @@ import gradio as gr
|
|
19 |
import numpy as np
|
20 |
import random
|
21 |
|
22 |
-
|
23 |
-
|
24 |
import torch
|
25 |
torch.backends.cuda.matmul.allow_tf32 = False
|
26 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
@@ -43,7 +41,6 @@ import time
|
|
43 |
from image_gen_aux import UpscaleWithModel
|
44 |
from huggingface_hub import hf_hub_download
|
45 |
import datetime
|
46 |
-
import cyper
|
47 |
from PIL import Image
|
48 |
|
49 |
#from accelerate import Accelerator
|
|
|
19 |
import numpy as np
|
20 |
import random
|
21 |
|
|
|
|
|
22 |
import torch
|
23 |
torch.backends.cuda.matmul.allow_tf32 = False
|
24 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
41 |
from image_gen_aux import UpscaleWithModel
|
42 |
from huggingface_hub import hf_hub_download
|
43 |
import datetime
|
|
|
44 |
from PIL import Image
|
45 |
|
46 |
#from accelerate import Accelerator
|