Spaces:
Running
Running
Eachan Johnson
commited on
Commit
·
5911a8e
1
Parent(s):
33690c0
Update theme
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ from schemist.tables import converter
|
|
28 |
import torch
|
29 |
from duvida.stateless.config import config
|
30 |
|
31 |
-
THEME =
|
32 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
33 |
|
34 |
CACHE = "./cache"
|
|
|
28 |
import torch
|
29 |
from duvida.stateless.config import config
|
30 |
|
31 |
+
THEME = gr.themes.Soft()
|
32 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
33 |
|
34 |
CACHE = "./cache"
|