ancerlop commited on
Commit
94599e5
1 Parent(s): 6994b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def process_input(text, rag, prompt_template):
41
  output = generate(prompt)
42
 
43
  # Generamos el archivo JSON
44
- with open('output.json', 'w') as f:
45
- json.dump(output, f)
46
 
47
  return output
48
 
 
41
  output = generate(prompt)
42
 
43
  # Generamos el archivo JSON
44
+ #with open('output.json', 'w') as f:
45
+ # json.dump(output, f)
46
 
47
  return output
48