Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def generate(prompt, history,max_new_tokens,health,temperature=temperature,top_p
|
|
102 |
lines = output.strip().strip("\n").split("\n")
|
103 |
skills=[]
|
104 |
skill_dict={}
|
105 |
-
new_stat="
|
106 |
for i,line in enumerate(lines):
|
107 |
if ": " in line:
|
108 |
try:
|
|
|
102 |
lines = output.strip().strip("\n").split("\n")
|
103 |
skills=[]
|
104 |
skill_dict={}
|
105 |
+
new_stat="*******************\n"
|
106 |
for i,line in enumerate(lines):
|
107 |
if ": " in line:
|
108 |
try:
|