Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
|
|
|
| 3 |
|
| 4 |
pipeline = pipeline(task="text-classification", model="databoyface/distilbert-base-cased-ome-v4.2")
|
| 5 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
+
from OMEresponse import OMEResponse
|
| 4 |
|
| 5 |
pipeline = pipeline(task="text-classification", model="databoyface/distilbert-base-cased-ome-v4.2")
|
| 6 |
|