Spaces:
Running
Running
comments added
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ translator = gr.Interface(fn=translate_text,
|
|
27 |
description="Translate English speech to French text using the T5-small model.",
|
28 |
)
|
29 |
|
30 |
-
gr.Series(generator, translator).launch(debug=True)
|
31 |
|
|
|
27 |
description="Translate English speech to French text using the T5-small model.",
|
28 |
)
|
29 |
|
30 |
+
gr.Series(generator, translator).launch(debug=True) # Launches the two interfaces together in a series.
|
31 |
|