Spaces:
Build error
Build error
frogcho123
commited on
Commit
·
db99fbb
1
Parent(s):
e027986
Update application file
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ outputs = [
|
|
51 |
title = "Audio Translation"
|
52 |
description = "Upload an audio file, translate the speech to a target language, and download the translated audio."
|
53 |
|
54 |
-
gr.Interface(fn=translate_audio, inputs=inputs, outputs=outputs, title=title, description=description).launch(
|
|
|
51 |
title = "Audio Translation"
|
52 |
description = "Upload an audio file, translate the speech to a target language, and download the translated audio."
|
53 |
|
54 |
+
gr.Interface(fn=translate_audio, inputs=inputs, outputs=outputs, title=title, description=description).launch()
|