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="i0xs0/
|
| 6 |
|
| 7 |
if not os.path.exists(".logs"):
|
| 8 |
os.makedirs(".logs")
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
model = pipeline("text-classification", model="i0xs0/Text_Classifiction_V2", tokenizer="i0xs0/Text_Classifiction_V2")
|
| 6 |
|
| 7 |
if not os.path.exists(".logs"):
|
| 8 |
os.makedirs(".logs")
|