Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def main():
|
|
| 89 |
|
| 90 |
generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
|
| 91 |
demo.api_name="textTOPepe"
|
| 92 |
-
demo.launch(
|
| 93 |
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|
|
|
|
| 89 |
|
| 90 |
generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
|
| 91 |
demo.api_name="textTOPepe"
|
| 92 |
+
demo.launch()
|
| 93 |
|
| 94 |
|
| 95 |
if __name__ == "__main__":
|