cstr commited on
Commit
6a6c9f3
1 Parent(s): 8f62037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,10 @@ sdk: gradio
7
  sdk_version: 4.24.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
10
  ---
11
  This translates english datasets to German with wmt21.
12
 
 
7
  sdk_version: 4.24.0
8
  app_file: app.py
9
  pinned: false
10
+ hf_oauth: true
11
+ hf_oauth_expiration_minutes: 60
12
+ hf_oauth_scopes:
13
+ - read-repos
14
  ---
15
  This translates english datasets to German with wmt21.
16