Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ async def create_demo():
|
|
| 55 |
article="Experience the power of Edge TTS for text-to-speech conversion!",
|
| 56 |
analytics_enabled=False,
|
| 57 |
allow_flagging="manual",
|
| 58 |
-
api_name="
|
| 59 |
)
|
| 60 |
return demo
|
| 61 |
|
|
|
|
| 55 |
article="Experience the power of Edge TTS for text-to-speech conversion!",
|
| 56 |
analytics_enabled=False,
|
| 57 |
allow_flagging="manual",
|
| 58 |
+
api_name="predict"
|
| 59 |
)
|
| 60 |
return demo
|
| 61 |
|