Spaces:
Sleeping
Sleeping
- main.ipynb +17 -0
- requirements.txt +1 -1
main.ipynb
CHANGED
|
@@ -51,6 +51,23 @@
|
|
| 51 |
"model.push_to_hub(\"ShaeNaZar/YsdaSummarizer\")"
|
| 52 |
]
|
| 53 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
{
|
| 55 |
"cell_type": "code",
|
| 56 |
"execution_count": null,
|
|
|
|
| 51 |
"model.push_to_hub(\"ShaeNaZar/YsdaSummarizer\")"
|
| 52 |
]
|
| 53 |
},
|
| 54 |
+
{
|
| 55 |
+
"cell_type": "code",
|
| 56 |
+
"execution_count": 1,
|
| 57 |
+
"metadata": {},
|
| 58 |
+
"outputs": [
|
| 59 |
+
{
|
| 60 |
+
"name": "stdout",
|
| 61 |
+
"output_type": "stream",
|
| 62 |
+
"text": [
|
| 63 |
+
"/home/shaenazar/anaconda3/envs/dsenv/bin/python\n"
|
| 64 |
+
]
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"source": [
|
| 68 |
+
"!which python"
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
{
|
| 72 |
"cell_type": "code",
|
| 73 |
"execution_count": null,
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
bs4
|
| 2 |
-
streamlit
|
| 3 |
torch
|
| 4 |
requests
|
| 5 |
transformers
|
|
|
|
| 1 |
bs4
|
| 2 |
+
streamlit==1.30.0
|
| 3 |
torch
|
| 4 |
requests
|
| 5 |
transformers
|