Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -7,7 +7,7 @@ app_url = os.environ.get("APP_URL", "")
|
|
7 |
token = os.environ.get("HF_TOKEN", "")
|
8 |
|
9 |
# Pass the token as a string
|
10 |
-
login(token=token)
|
11 |
|
12 |
def execute_remote_script(url: str): # code_str: str
|
13 |
"""
|
|
|
7 |
token = os.environ.get("HF_TOKEN", "")
|
8 |
|
9 |
# Pass the token as a string
|
10 |
+
# login(token=token)
|
11 |
|
12 |
def execute_remote_script(url: str): # code_str: str
|
13 |
"""
|