Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
·
ed0c347
1
Parent(s):
2927535
question_paper
Browse files- question_paper.py +1 -1
question_paper.py
CHANGED
@@ -30,7 +30,7 @@ def llama():
|
|
30 |
)
|
31 |
|
32 |
for seq in sequences:
|
33 |
-
print(
|
34 |
|
35 |
return {"output" : sequences}
|
36 |
|
|
|
30 |
)
|
31 |
|
32 |
for seq in sequences:
|
33 |
+
print("Result: {seq['generated_text']}")
|
34 |
|
35 |
return {"output" : sequences}
|
36 |
|