Spaces:
Running
Running
Guenter Bartsch
commited on
Commit
·
1a38443
1
Parent(s):
554fe43
run in verbose mode
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def do_synth():
|
|
71 |
infer_device='cpu',
|
72 |
num_threads=-1,
|
73 |
do_compile=False,
|
74 |
-
verbose=
|
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
|