Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -29,13 +29,6 @@ import time
|
|
29 |
#os.system("./cudnn.sh")
|
30 |
from gradio import themes
|
31 |
|
32 |
-
my_theme = themes.Theme(
|
33 |
-
background_color="#f0f0f0", # Set background color
|
34 |
-
primary_hue="purple", # Set primary color hue
|
35 |
-
font=["Arial", "sans-serif"], # Set font family
|
36 |
-
# ... other customizations ...
|
37 |
-
)
|
38 |
-
|
39 |
torch.backends.cuda.matmul.allow_tf32 = False
|
40 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
41 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|
|
|
29 |
#os.system("./cudnn.sh")
|
30 |
from gradio import themes
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
torch.backends.cuda.matmul.allow_tf32 = False
|
33 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
34 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|