Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ iface = gr.Interface(
|
|
79 |
gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")
|
80 |
],
|
81 |
outputs=gr.Audio(type="filepath"),
|
82 |
-
title="
|
83 |
-
description="
|
84 |
)
|
85 |
|
86 |
if __name__ == "__main__":
|
|
|
79 |
gr.Slider(minimum=0, maximum=1, step=0.1, label="Style")
|
80 |
],
|
81 |
outputs=gr.Audio(type="filepath"),
|
82 |
+
title="",
|
83 |
+
description=""
|
84 |
)
|
85 |
|
86 |
if __name__ == "__main__":
|