Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
model = pipeline("text-classification", model="
|
| 6 |
|
| 7 |
|
| 8 |
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
model = pipeline("text-classification", model="final_version_3Epoch", tokenizer="final_version_3Epoch")
|
| 6 |
|
| 7 |
|
| 8 |
|