Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ import csv
|
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
28 |
#from gradio import themes
|
|
|
29 |
|
30 |
torch.backends.cuda.matmul.allow_tf32 = False
|
31 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
28 |
#from gradio import themes
|
29 |
+
print(dir(gr.themes))
|
30 |
|
31 |
torch.backends.cuda.matmul.allow_tf32 = False
|
32 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|