Update app.py
Browse files
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):
|