Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ def compress_data_og(c, instruct, history, seed):
|
|
232 |
|
233 |
|
234 |
def summarize(inp,history,mem_check,seed=seed,data=None):
|
235 |
-
|
236 |
json_box=[]
|
237 |
error_box=""
|
238 |
json_out={}
|
|
|
232 |
|
233 |
|
234 |
def summarize(inp,history,mem_check,seed=seed,data=None):
|
235 |
+
seed=int(seed)
|
236 |
json_box=[]
|
237 |
error_box=""
|
238 |
json_out={}
|