myyim commited on
Commit
64c7b1f
·
verified ·
1 Parent(s): ba50aa9

Update src/app.py

Browse files
Files changed (1) hide show
  1. 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
  """