Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,6 @@ client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
|
| 58 |
# Define the main chat function
|
| 59 |
def respond(message, history):
|
| 60 |
func_caller = []
|
| 61 |
-
global func_caller
|
| 62 |
vqa = ""
|
| 63 |
|
| 64 |
# Handle image processing
|
|
|
|
| 58 |
# Define the main chat function
|
| 59 |
def respond(message, history):
|
| 60 |
func_caller = []
|
|
|
|
| 61 |
vqa = ""
|
| 62 |
|
| 63 |
# Handle image processing
|