Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,6 +136,7 @@ def main():
|
|
136 |
title=title,
|
137 |
description=description,
|
138 |
outputs=[output_audio],
|
|
|
139 |
)
|
140 |
interface.queue().launch()
|
141 |
|
|
|
136 |
title=title,
|
137 |
description=description,
|
138 |
outputs=[output_audio],
|
139 |
+
api_name="/predict"
|
140 |
)
|
141 |
interface.queue().launch()
|
142 |
|