Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def craft_cv(llm, prompt, maxtokens, temperature, top_probability):
|
|
| 86 |
temperature=temperature
|
| 87 |
)
|
| 88 |
output = output['choices'][0]['message']['content']
|
| 89 |
-
|
| 90 |
return cv_text, output
|
| 91 |
|
| 92 |
@spaces.GPU(duration=150)
|
|
|
|
| 86 |
temperature=temperature
|
| 87 |
)
|
| 88 |
output = output['choices'][0]['message']['content']
|
| 89 |
+
cv_text=''
|
| 90 |
return cv_text, output
|
| 91 |
|
| 92 |
@spaces.GPU(duration=150)
|