Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def generate(prompt, history,max_new_tokens,health,temperature=temperature,top_p
|
|
135 |
skills.append(skill_dict)
|
136 |
new_stat+="*******************\n"
|
137 |
stats=new_stat
|
138 |
-
option_drop=gr.Dropdown(label="Choices", choices=[e for e in
|
139 |
|
140 |
if history:
|
141 |
history.append((prompt,output))
|
|
|
135 |
skills.append(skill_dict)
|
136 |
new_stat+="*******************\n"
|
137 |
stats=new_stat
|
138 |
+
option_drop=gr.Dropdown(label="Choices", choices=[e for e in opts])
|
139 |
|
140 |
if history:
|
141 |
history.append((prompt,output))
|