phani50101 commited on
Commit
f1cbd65
·
verified ·
1 Parent(s): 97087a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ class UnifiedAISystem:
222
 
223
  with self.pipe_lock:
224
  self.internvl_pipe.start_chat()
225
- output = self.internvl_pipe.generate(prompt, image=image_tensor, max_new_tokens=100)
226
  self.internvl_pipe.finish_chat()
227
 
228
 
 
222
 
223
  with self.pipe_lock:
224
  self.internvl_pipe.start_chat()
225
+ output = self.internvl_pipe.generate(prompt, image=image_tensor, max_new_tokens=4090)
226
  self.internvl_pipe.finish_chat()
227
 
228