Spaces:
Sleeping
Sleeping
Commit ·
7484466
1
Parent(s): 0510c19
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import streamlit as st
|
|
| 16 |
# )
|
| 17 |
# st.write(res)
|
| 18 |
|
| 19 |
-
# Prog3: Zero Shot Classifier
|
| 20 |
|
| 21 |
classifier2 = pipeline("zero-shot-classification")
|
| 22 |
res = classifier2(
|
|
|
|
| 16 |
# )
|
| 17 |
# st.write(res)
|
| 18 |
|
| 19 |
+
# Prog3: Zero Shot Classifier
|
| 20 |
|
| 21 |
classifier2 = pipeline("zero-shot-classification")
|
| 22 |
res = classifier2(
|