Spaces:
Runtime error
Runtime error
abhisheky127
commited on
Commit
•
28ed46d
1
Parent(s):
246c565
Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ test_examples = [
|
|
33 |
]
|
34 |
|
35 |
|
36 |
-
gr.
|
37 |
title=title, description=description,
|
38 |
-
examples=test_examples).launch()
|
39 |
|
40 |
# #define a function to process your input and output
|
41 |
# def zero_shot(doc, candidates):
|
|
|
33 |
]
|
34 |
|
35 |
|
36 |
+
gr.load(name="models/joeddav/xlm-roberta-large-xnli", api_key=access_token,
|
37 |
title=title, description=description,
|
38 |
+
examples=test_examples).launch(debug=True)
|
39 |
|
40 |
# #define a function to process your input and output
|
41 |
# def zero_shot(doc, candidates):
|