Laiba02 commited on
Commit
dc5e584
·
verified ·
1 Parent(s): d8c9ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ramsrigouthamg/t5_paraphraser")
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):