ford442 commited on
Commit
6603c79
·
verified ·
1 Parent(s): 40ba52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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