massimoavvisati commited on
Commit
c3bcb97
·
verified ·
1 Parent(s): 1d10660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="/predict"
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