Nextgengirls commited on
Commit
9e9ec4d
·
verified ·
1 Parent(s): 513ed97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  import gradio as gr
3
  import json
4
 
5
- pipe = pipeline("text-generation", model="openai-community/gpt2-large")
6
 
7
  with open("dataset_45_perfiles.json", "r", encoding="utf-8") as f:
8
  dataset = json.load(f)
 
2
  import gradio as gr
3
  import json
4
 
5
+ pipe = pipeline("text-generation", model="gpt2")
6
 
7
  with open("dataset_45_perfiles.json", "r", encoding="utf-8") as f:
8
  dataset = json.load(f)