Guenter Bartsch commited on
Commit
1a38443
·
1 Parent(s): 554fe43

run in verbose mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def do_synth():
71
  infer_device='cpu',
72
  num_threads=-1,
73
  do_compile=False,
74
- verbose=False)
75
 
76
  synth = st.session_state.synth
77
  modelcfg = st.session_state.modelcfg
 
71
  infer_device='cpu',
72
  num_threads=-1,
73
  do_compile=False,
74
+ verbose=True)
75
 
76
  synth = st.session_state.synth
77
  modelcfg = st.session_state.modelcfg