abhisheky127 commited on
Commit
8466a7f
1 Parent(s): c1e9af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ test_examples = [
84
  ]
85
 
86
 
87
- gr.Interface.load(name="models/joeddav/xlm-roberta-large-xnli", use_auth_token=access_token,
88
  title=title, description=description,
89
  examples=test_examples).launch()
90
 
 
84
  ]
85
 
86
 
87
+ gr.Interface.load(name="models/joeddav/xlm-roberta-large-xnli", api_key=access_token,
88
  title=title, description=description,
89
  examples=test_examples).launch()
90