Spaces:
Runtime error
Runtime error
Commit
·
081012a
1
Parent(s):
011e1e1
Update main.py
Browse files
main.py
CHANGED
|
@@ -18,7 +18,8 @@ import requests
|
|
| 18 |
import uuid
|
| 19 |
import sys
|
| 20 |
|
| 21 |
-
HUGGINGFACEHUB_API_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
|
|
|
| 22 |
repo_id = os.environ.get('repo_id')
|
| 23 |
port = os.getenv('port')
|
| 24 |
|
|
|
|
| 18 |
import uuid
|
| 19 |
import sys
|
| 20 |
|
| 21 |
+
#HUGGINGFACEHUB_API_TOKEN = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
| 22 |
+
HUGGINGFACEHUB_API_TOKEN="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"
|
| 23 |
repo_id = os.environ.get('repo_id')
|
| 24 |
port = os.getenv('port')
|
| 25 |
|