Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ description = (
|
|
| 67 |
|
| 68 |
|
| 69 |
|
| 70 |
-
|
| 71 |
fn=recognition,
|
| 72 |
inputs=[audio_input, style_slider],
|
| 73 |
outputs=output_textbox,
|
|
@@ -76,4 +76,5 @@ interface = gr.Interface(
|
|
| 76 |
theme='default',
|
| 77 |
)
|
| 78 |
|
| 79 |
-
|
|
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
|
| 70 |
+
iface = gr.Interface(
|
| 71 |
fn=recognition,
|
| 72 |
inputs=[audio_input, style_slider],
|
| 73 |
outputs=output_textbox,
|
|
|
|
| 76 |
theme='default',
|
| 77 |
)
|
| 78 |
|
| 79 |
+
iface.launch()
|
| 80 |
+
|