Spaces:
Running
on
Zero
Running
on
Zero
Update app_test.py
Browse files- app_test.py +1 -2
app_test.py
CHANGED
@@ -65,8 +65,7 @@ VOTEDIR = "./votes"
|
|
65 |
|
66 |
|
67 |
@spaces.GPU
|
68 |
-
def bot(
|
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 |
|