Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,21 +173,21 @@ with demo:
|
|
| 173 |
|
| 174 |
output_info = gr.HTML(label="Info")
|
| 175 |
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
|
| 192 |
input_button.click(
|
| 193 |
process,
|
|
|
|
| 173 |
|
| 174 |
output_info = gr.HTML(label="Info")
|
| 175 |
|
| 176 |
+
# gr.Examples(
|
| 177 |
+
# examples=examples,
|
| 178 |
+
# fn=process,
|
| 179 |
+
# inputs=[
|
| 180 |
+
# language_radio,
|
| 181 |
+
# model_dropdown,
|
| 182 |
+
# input_text,
|
| 183 |
+
# input_sid,
|
| 184 |
+
# input_speed,
|
| 185 |
+
# ],
|
| 186 |
+
# outputs=[
|
| 187 |
+
# output_audio,
|
| 188 |
+
# output_info,
|
| 189 |
+
# ],
|
| 190 |
+
# )
|
| 191 |
|
| 192 |
input_button.click(
|
| 193 |
process,
|