Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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,
|