Spaces:
Runtime error
Runtime error
MarkoVidrih
commited on
Commit
•
9e02c36
1
Parent(s):
cf11ff3
Update app.py
Browse files
app.py
CHANGED
@@ -143,22 +143,7 @@ with demo:
|
|
143 |
|
144 |
output_info = gr.HTML(label="Info")
|
145 |
|
146 |
-
|
147 |
-
examples=examples,
|
148 |
-
fn=process,
|
149 |
-
inputs=[
|
150 |
-
language_radio,
|
151 |
-
model_dropdown,
|
152 |
-
input_text,
|
153 |
-
input_sid,
|
154 |
-
input_speed,
|
155 |
-
],
|
156 |
-
outputs=[
|
157 |
-
output_audio,
|
158 |
-
output_info,
|
159 |
-
],
|
160 |
-
)
|
161 |
-
|
162 |
input_button.click(
|
163 |
process,
|
164 |
inputs=[
|
|
|
143 |
|
144 |
output_info = gr.HTML(label="Info")
|
145 |
|
146 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
input_button.click(
|
148 |
process,
|
149 |
inputs=[
|