Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ pipe = pipeline(model = llm_model, tokenizer = tokenizer,trust_remote_code=True,
|
|
| 70 |
import pandas as pd
|
| 71 |
#df = pd.DataFrame(docs1, columns=["text"])
|
| 72 |
#context = df.to_string()
|
| 73 |
-
print(context)
|
| 74 |
|
| 75 |
#print(docs1)[0]['generated_text'][-1]
|
| 76 |
|
|
|
|
| 70 |
import pandas as pd
|
| 71 |
#df = pd.DataFrame(docs1, columns=["text"])
|
| 72 |
#context = df.to_string()
|
| 73 |
+
#print(context)
|
| 74 |
|
| 75 |
#print(docs1)[0]['generated_text'][-1]
|
| 76 |
|