Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,6 @@ def generate(image, video, audio, instruction=DEFAULT_INPUT, sampling=False, tem
|
|
85 |
"tokenizer": tokenizer,
|
86 |
"processor": processor,
|
87 |
"sampling": sampling,
|
88 |
-
"stream": stream,
|
89 |
"temperature": temperature,
|
90 |
"top_p": top_p,
|
91 |
"top_k": top_k,
|
|
|
85 |
"tokenizer": tokenizer,
|
86 |
"processor": processor,
|
87 |
"sampling": sampling,
|
|
|
88 |
"temperature": temperature,
|
89 |
"top_p": top_p,
|
90 |
"top_k": top_k,
|