aubrigene949 commited on
Commit
40ba58f
·
verified ·
1 Parent(s): 7c65fe0

Update app.py

Browse files

remove login()

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
47
 
48
  # 1. Instantiate Agent ( modify this part to create your agent)
49
  try:
50
- login()
51
  model = HfApiModel(
52
  max_tokens=2096,
53
  temperature=0.5,
 
47
 
48
  # 1. Instantiate Agent ( modify this part to create your agent)
49
  try:
 
50
  model = HfApiModel(
51
  max_tokens=2096,
52
  temperature=0.5,