Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from huggingface_hub import HfApi
|
|
| 11 |
import json
|
| 12 |
from datetime import datetime
|
| 13 |
|
| 14 |
-
token = os.getenv('
|
| 15 |
blipper="Salesforce/blip-image-captioning-large"
|
| 16 |
chatter="K00B404/transcript_image_generator"
|
| 17 |
|
|
|
|
| 11 |
import json
|
| 12 |
from datetime import datetime
|
| 13 |
|
| 14 |
+
token = os.getenv('HF_WRITE_TOKEN')
|
| 15 |
blipper="Salesforce/blip-image-captioning-large"
|
| 16 |
chatter="K00B404/transcript_image_generator"
|
| 17 |
|