Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transformers import pipeline
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Load model
|
| 5 |
-
classifier = pipeline("text-classification", model="
|
| 6 |
|
| 7 |
def predict(text):
|
| 8 |
return classifier(text)
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# Load model
|
| 5 |
+
classifier = pipeline("text-classification", model="Georg4000/Octa")
|
| 6 |
|
| 7 |
def predict(text):
|
| 8 |
return classifier(text)
|