Eachan Johnson commited on
Commit
5911a8e
·
1 Parent(s): 33690c0

Update theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'd8ahazard/material_design_rd'
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"