lunarflu HF Staff commited on
Commit
6b3944b
·
1 Parent(s): 5323d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ async def audioldm2_create(ctx, prompt):
59
 
60
  loop = asyncio.get_running_loop()
61
  client = await loop.run_in_executor(None, get_client, None)
62
- job = client.submit(prompt, fn_index=0")
63
  await wait(job)
64
 
65
  try:
 
59
 
60
  loop = asyncio.get_running_loop()
61
  client = await loop.run_in_executor(None, get_client, None)
62
+ job = client.submit(prompt, fn_index=0)
63
  await wait(job)
64
 
65
  try: