cctuan commited on
Commit
da660a7
1 Parent(s): 1d7b566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -278,7 +278,8 @@ demo = gr.Interface(
278
  clear_btn=None,
279
  head="Anythin Podcast",
280
  cache_examples="lazy",
281
- api_name=False,
 
282
  )
283
 
284
 
 
278
  clear_btn=None,
279
  head="Anythin Podcast",
280
  cache_examples="lazy",
281
+ api_name="anything-to-podcast",
282
+ queue=True,
283
  )
284
 
285