medmac01 commited on
Commit
a785f2a
·
1 Parent(s): 637fb50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ agriculture: {agriculture}
61
  # ''',})
62
 
63
  output = query({"inputs": instruction, "parameters":{"max_new_tokens":250, "temperature":0.4, "return_full_text":False}})
64
-
65
  return f"Bot: {output[0]['generated_text']}"
66
 
67
  # Streamlit app
 
61
  # ''',})
62
 
63
  output = query({"inputs": instruction, "parameters":{"max_new_tokens":250, "temperature":0.4, "return_full_text":False}})
64
+ print(output)
65
  return f"Bot: {output[0]['generated_text']}"
66
 
67
  # Streamlit app