theostos commited on
Commit
50b8de5
·
1 Parent(s): 35f1f39
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", []
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