wenhu commited on
Commit
8f0be92
·
verified ·
1 Parent(s): cc84324

Update app_test.py

Browse files
Files changed (1) hide show
  1. app_test.py +1 -2
app_test.py CHANGED
@@ -65,8 +65,7 @@ VOTEDIR = "./votes"
65
 
66
 
67
  @spaces.GPU
68
- def bot(history, temperature, top_p, max_output_tokens):
69
- our_chatbot = chat_manager.get_chatbot(args, model_path, tokenizer, model, image_processor, context_len)
70
  print(f"### Chatbot instance ID: {id(our_chatbot)}")
71
 
72
 
 
65
 
66
 
67
  @spaces.GPU
68
+ def bot():
 
69
  print(f"### Chatbot instance ID: {id(our_chatbot)}")
70
 
71