Spaces:
Sleeping
Sleeping
Miquel Farre
commited on
Commit
·
05c0e97
1
Parent(s):
0be0bad
adding auth
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ import torch
|
|
| 12 |
import spaces
|
| 13 |
import os
|
| 14 |
from huggingface_hub import HfApi, login
|
| 15 |
-
from dotenv import load_dotenv
|
| 16 |
|
| 17 |
def setup_hf_auth():
|
| 18 |
"""
|
|
|
|
| 12 |
import spaces
|
| 13 |
import os
|
| 14 |
from huggingface_hub import HfApi, login
|
|
|
|
| 15 |
|
| 16 |
def setup_hf_auth():
|
| 17 |
"""
|