Skip to content

Commit

Permalink
Revesion for gradio-app/gradio#7391
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Feb 12, 2024
1 parent 9535a86 commit 9673e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradio_utils/grclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def __init__(
check_model_name=check_model_name,
)
if is_gradio_client_version7plus:
self.kwargs.update(dict(auth=auth, upload_files=upload_files, download_files=download_files))
#self.kwargs.update(dict(auth=auth, upload_files=upload_files, download_files=download_files))
self.kwargs.update(dict(auth=auth))

self.verbose = verbose
self.hf_token = hf_token
Expand Down

0 comments on commit 9673e42

Please sign in to comment.