Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ import gc
|
|
25 |
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
|
|
|
25 |
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
|