Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import gradio as gr
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
# Load your pre-trained model
|
| 6 |
model = pipeline("text-classification", model="i0xs0/Text_Classifiction", tokenizer="i0xs0/Text_Classifiction")
|
| 7 |
|
| 8 |
if not os.path.exists(".logs"):
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
import os
|
| 4 |
|
|
|
|
| 5 |
model = pipeline("text-classification", model="i0xs0/Text_Classifiction", tokenizer="i0xs0/Text_Classifiction")
|
| 6 |
|
| 7 |
if not os.path.exists(".logs"):
|