TobyYang7 commited on
Commit
1d234d5
·
verified ·
1 Parent(s): a7191f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def bot_streaming(message, history):
61
  # Define a function to call chat_llava in a separate thread
62
  def generate_output():
63
  output = chat_llava(
64
- args=None,
65
  image_file=image,
66
  text=prompt,
67
  tokenizer=tokenizer,
 
61
  # Define a function to call chat_llava in a separate thread
62
  def generate_output():
63
  output = chat_llava(
64
+ args=args,
65
  image_file=image,
66
  text=prompt,
67
  tokenizer=tokenizer,