mfraz commited on
Commit
93e6b3d
·
verified ·
1 Parent(s): ad0464f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,4 +80,3 @@ if user_input:
80
  outputs = model.generate(inputs, max_length=100, num_return_sequences=1)
81
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
82
  st.write(f"Chatbot: {response}")
83
-
 
80
  outputs = model.generate(inputs, max_length=100, num_return_sequences=1)
81
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
82
  st.write(f"Chatbot: {response}")