Spaces:
Sleeping
Sleeping
update
Browse files
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
|