Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from langchain_together import Together
|
|
| 9 |
import re
|
| 10 |
|
| 11 |
# Set the API key with double quotes
|
| 12 |
-
os.environ['TOGETHER_API_KEY'] = "
|
| 13 |
|
| 14 |
def Summary_BART(text):
|
| 15 |
checkpoint = "sshleifer/distilbart-cnn-12-6"
|
|
|
|
| 9 |
import re
|
| 10 |
|
| 11 |
# Set the API key with double quotes
|
| 12 |
+
os.environ['TOGETHER_API_KEY'] = "c2f52626b97118b71c0c36f66eda4f5957c8fc475e760c3d72f98ba07d3ed3b5"
|
| 13 |
|
| 14 |
def Summary_BART(text):
|
| 15 |
checkpoint = "sshleifer/distilbart-cnn-12-6"
|