Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
from huggingface_hub import cached_download, hf_hub_url
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Model ID from Hugging Face Hub
|
|
|
|
| 1 |
from huggingface_hub import cached_download, hf_hub_url
|
| 2 |
+
pip install transformers
|
| 3 |
from transformers import pipeline
|
| 4 |
|
| 5 |
# Model ID from Hugging Face Hub
|