KingNish commited on
Commit
21eb49f
1 Parent(s): 666a2c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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