Nick088 commited on
Commit
743e76b
·
verified ·
1 Parent(s): b331b91

Update loadThemes.py

Browse files
Files changed (1) hide show
  1. loadThemes.py +1 -1
loadThemes.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  now_dir = os.getcwd()
7
 
8
- config_file = os.path.join(now_dir, "assets", "config.json")
9
 
10
 
11
  def get_class(filename):
 
5
 
6
  now_dir = os.getcwd()
7
 
8
+ config_file = os.path.join(now_dir, "config.json")
9
 
10
 
11
  def get_class(filename):