Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Load the paraphrasing pipeline
|
5 |
-
paraphraser = pipeline("text2text-generation", model="
|
6 |
|
7 |
# Define a function that calls the model
|
8 |
def paraphrase_text(text):
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
# Load the paraphrasing pipeline
|
5 |
+
paraphraser = pipeline("text2text-generation", model="Eemansleepdeprived/Humaneyes")
|
6 |
|
7 |
# Define a function that calls the model
|
8 |
def paraphrase_text(text):
|