Update README.md
Browse files
README.md
CHANGED
@@ -63,8 +63,8 @@ while True:
|
|
63 |
print("\nOUTPUT")
|
64 |
try:
|
65 |
if len(sequences):
|
66 |
-
for
|
67 |
-
print("T5: ",
|
68 |
else:
|
69 |
print("T5: NO RESPONSE RETURNED")
|
70 |
except:
|
|
|
63 |
print("\nOUTPUT")
|
64 |
try:
|
65 |
if len(sequences):
|
66 |
+
for seq in sequences:
|
67 |
+
print("T5: ",seq,"\n")
|
68 |
else:
|
69 |
print("T5: NO RESPONSE RETURNED")
|
70 |
except:
|