Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
|
| 4 |
# Load your text-generation model from HF
|
| 5 |
# (change "YourUsername/YourModel" to whichever model you want to use)
|
| 6 |
-
generator = pipeline("text-generation", model="
|
| 7 |
|
| 8 |
def generate_cv(name, education, experience):
|
| 9 |
# Build a "prompt" for your model
|
|
|
|
| 3 |
|
| 4 |
# Load your text-generation model from HF
|
| 5 |
# (change "YourUsername/YourModel" to whichever model you want to use)
|
| 6 |
+
generator = pipeline("text-generation", model="gpt2")
|
| 7 |
|
| 8 |
def generate_cv(name, education, experience):
|
| 9 |
# Build a "prompt" for your model
|