theostos commited on
Commit
ec25fc2
·
1 Parent(s): 5a6c361
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(
39
  # outputs = outputs[:, model_inputs['input_ids'].shape[1]:]
40
  result = tokenizer.batch_decode(outputs, skip_special_tokens=True)
41
 
42
- return "test" + result
43
 
44
  """
45
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
39
  # outputs = outputs[:, model_inputs['input_ids'].shape[1]:]
40
  result = tokenizer.batch_decode(outputs, skip_special_tokens=True)
41
 
42
+ return "test"
43
 
44
  """
45
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface