rodrisouza commited on
Commit
bc340d5
·
verified ·
1 Parent(s): b8fea9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ interaction_count = 0
74
  def interact(user_input, history):
75
  global tokenizer, model, interaction_count
76
  try:
77
- if tokenizer is None or model is not None:
78
  raise ValueError("Tokenizer or model is not initialized.")
79
 
80
  # Increment interaction count
 
74
  def interact(user_input, history):
75
  global tokenizer, model, interaction_count
76
  try:
77
+ if tokenizer is None or model is None:
78
  raise ValueError("Tokenizer or model is not initialized.")
79
 
80
  # Increment interaction count