Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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)
|