Wootang01 commited on
Commit
d0cb18c
·
1 Parent(s): 4c476ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipe = pipeline('text-generation', model="EleutherAI/pythia-125m")
5
  description_ = "Kindly input text, submit, and the computer will predict subsequent words for your text input."
6
 
7
  gr.Interface.from_pipeline(pipe).launch()
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipe = pipeline('text-generation', model="EleutherAI/pythia-1.3b-deduped")
5
  description_ = "Kindly input text, submit, and the computer will predict subsequent words for your text input."
6
 
7
  gr.Interface.from_pipeline(pipe).launch()