Update app.py
Browse files
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[
|
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 |
'''
|