broadfield commited on
Commit
0ca6339
·
verified ·
1 Parent(s): 7694bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def exp(exp_file):
40
  exp_file=f"./example/en_US-ljspeech-high__1__1__0_5__1.json"
41
  return(gr.update(value=txt),gr.update(value=exp_file))
42
 
43
- with gr.Blocks() as b:
44
  state1=gr.State()
45
  with gr.Row():
46
  with gr.Column(scale=1):
 
40
  exp_file=f"./example/en_US-ljspeech-high__1__1__0_5__1.json"
41
  return(gr.update(value=txt),gr.update(value=exp_file))
42
 
43
+ with gr.Blocks(theme="Hev832/Applio-Theme") as b:
44
  state1=gr.State()
45
  with gr.Row():
46
  with gr.Column(scale=1):