Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,10 +54,10 @@ def search(query):
|
|
54 |
client_gemma = InferenceClient("google/gemma-1.1-7b-it")
|
55 |
client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
56 |
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
57 |
-
func_caller = []
|
58 |
|
59 |
# Define the main chat function
|
60 |
def respond(message, history):
|
|
|
61 |
global func_caller
|
62 |
vqa = ""
|
63 |
|
|
|
54 |
client_gemma = InferenceClient("google/gemma-1.1-7b-it")
|
55 |
client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
56 |
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
|
|
57 |
|
58 |
# Define the main chat function
|
59 |
def respond(message, history):
|
60 |
+
func_caller = []
|
61 |
global func_caller
|
62 |
vqa = ""
|
63 |
|