Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def run(inp,model_drop):
|
|
| 79 |
prompt=inp['PROMPT']
|
| 80 |
#if len(inp)>max_prompt:
|
| 81 |
# inp = condense(inp)
|
| 82 |
-
print(f'history :: {history}')
|
| 83 |
#prompt=format_prompt(inp,history)
|
| 84 |
seed = random.randint(1,1111111111111111)
|
| 85 |
print (seed)
|
|
|
|
| 79 |
prompt=inp['PROMPT']
|
| 80 |
#if len(inp)>max_prompt:
|
| 81 |
# inp = condense(inp)
|
| 82 |
+
#print(f'history :: {history}')
|
| 83 |
#prompt=format_prompt(inp,history)
|
| 84 |
seed = random.randint(1,1111111111111111)
|
| 85 |
print (seed)
|