lunarflu HF Staff commited on
Commit
9c174a3
·
1 Parent(s): 2d9f78f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,7 +589,7 @@ async def falcon(ctx, *, prompt: str):
589
 
590
  with open(finalresult, 'r') as file:
591
  data = json.load(file)
592
- generation = data[1]
593
  await ctx.reply(f"{generation}")
594
 
595
  '''
 
589
 
590
  with open(finalresult, 'r') as file:
591
  data = json.load(file)
592
+ generation = data[0]
593
  await ctx.reply(f"{generation}")
594
 
595
  '''