Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -55,9 +55,9 @@ class TTSWebUI:
|
|
55 |
outputs=[gr.Audio(type="numpy", label="Speech"),
|
56 |
gr.Image(label="Visualization")],
|
57 |
title=title,
|
58 |
-
theme="default",
|
59 |
allow_flagging="never",
|
60 |
-
description=article
|
|
|
61 |
self.iface.launch()
|
62 |
|
63 |
def read(self,
|
|
|
55 |
outputs=[gr.Audio(type="numpy", label="Speech"),
|
56 |
gr.Image(label="Visualization")],
|
57 |
title=title,
|
|
|
58 |
allow_flagging="never",
|
59 |
+
description=article,
|
60 |
+
theme=gr.themes.Default(primary_hue="amber", secondary_hue="orange", spacing_size=gr.themes.sizes.spacing_lg, radius_size=gr.themes.sizes.radius_lg))
|
61 |
self.iface.launch()
|
62 |
|
63 |
def read(self,
|