Spaces:
Running
on
Zero
Running
on
Zero
gospacedev
commited on
Commit
•
1ef3d7c
1
Parent(s):
09deff1
print response
Browse files
app.py
CHANGED
@@ -58,6 +58,8 @@ with gr.Blocks(title="Quizmona", theme=gr.themes.Default(primary_hue="green", se
|
|
58 |
formatted_prompt, **generate_kwargs, stream=False, details=False, return_full_text=False,
|
59 |
)
|
60 |
|
|
|
|
|
61 |
output_json = json.loads(f"{response}")
|
62 |
|
63 |
print(output_json)
|
|
|
58 |
formatted_prompt, **generate_kwargs, stream=False, details=False, return_full_text=False,
|
59 |
)
|
60 |
|
61 |
+
print(response)
|
62 |
+
|
63 |
output_json = json.loads(f"{response}")
|
64 |
|
65 |
print(output_json)
|