datasciencedojo
commited on
Commit
•
7be76ca
1
Parent(s):
e3a0648
Update app.py
Browse files
app.py
CHANGED
@@ -70,17 +70,6 @@ from-orange-400 {
|
|
70 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
71 |
}
|
72 |
|
73 |
-
.group:hover .group-hover\:border-orange-400 {
|
74 |
-
--tw-border-opacity: 1;
|
75 |
-
border-color: rgb(37 56 133 / var(--tw-border-opacity));
|
76 |
-
}
|
77 |
-
|
78 |
-
.group:hover .group-hover\:from-orange-500 {
|
79 |
-
--tw-gradient-from: rgb(17, 20, 45) !important;
|
80 |
-
--tw-gradient-to: rgb(37 56 133 / 0) !important;
|
81 |
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
82 |
-
}
|
83 |
-
|
84 |
"""
|
85 |
|
86 |
demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification | Datascience Dojo", examples=examples, css=css)
|
|
|
70 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
|
71 |
}
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
"""
|
74 |
|
75 |
demo = gr.Interface(fn=zeroShotClassification, inputs=[gr.Textbox(label="Input"), gr.Textbox(label="Candidate Labels")], outputs=gr.Label(label="Classification"), title="Zero Shot Text Classification | Datascience Dojo", examples=examples, css=css)
|