Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def fill_up_placeholders(txt):
|
|
62 |
"" if len(placeholders) >= 1 else txt
|
63 |
)
|
64 |
|
65 |
-
def rollback_last(
|
66 |
idx, local_data, chat_state,
|
67 |
global_context, res_temp, res_topk, res_rpen, res_mnts, res_sample, ctx_num_lconv
|
68 |
):
|
|
|
62 |
"" if len(placeholders) >= 1 else txt
|
63 |
)
|
64 |
|
65 |
+
async def rollback_last(
|
66 |
idx, local_data, chat_state,
|
67 |
global_context, res_temp, res_topk, res_rpen, res_mnts, res_sample, ctx_num_lconv
|
68 |
):
|