Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
pip install transformers
|
2 |
-
pip install torch
|
3 |
-
|
4 |
from transformers import pipeline
|
5 |
|
6 |
# Initialize the HuggingFace pipeline for text generation
|
|
|
|
|
|
|
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
# Initialize the HuggingFace pipeline for text generation
|