reach-vb HF staff commited on
Commit
e29ccbf
1 Parent(s): 5b4e988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -92,7 +92,9 @@ def process_model(model_id, q_method,oauth_token: gr.OAuthToken | None):
92
  raise ValueError("You must be logged in to use MLX-my-repo")
93
 
94
  model_name = model_id.split('/')[-1]
 
95
  username = whoami(oauth_token.token)["name"]
 
96
 
97
  # login(token=oauth_token.token, add_to_git_credential=True)
98
 
 
92
  raise ValueError("You must be logged in to use MLX-my-repo")
93
 
94
  model_name = model_id.split('/')[-1]
95
+ print(model_name)
96
  username = whoami(oauth_token.token)["name"]
97
+ print(username)
98
 
99
  # login(token=oauth_token.token, add_to_git_credential=True)
100