tykiww commited on
Commit
8ec03fe
1 Parent(s): 94f27cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,16 +7,16 @@ import json
7
  #from utilities.modeling import modeling
8
 
9
  # server import
10
- from server import get_files, submit_weights #, train_model, submit_weights
11
 
12
 
13
  # Module imports
14
- from utilities.setup import get_json_cfg
15
  from utilities.templates import prompt_template
16
 
17
  ########################### Global objects and functions ###########################
18
 
19
- conf = get_json_cfg()
20
 
21
  class update_visibility:
22
 
 
7
  #from utilities.modeling import modeling
8
 
9
  # server import
10
+ from server import submit_weights #, train_model, submit_weights
11
 
12
 
13
  # Module imports
14
+ from utilities.setup import get_files
15
  from utilities.templates import prompt_template
16
 
17
  ########################### Global objects and functions ###########################
18
 
19
+ conf = get_files.json_cfg()
20
 
21
  class update_visibility:
22