Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ num_beams=3
|
|
112 |
max_length=30
|
113 |
|
114 |
|
115 |
-
model.
|
116 |
|
117 |
|
118 |
def inference(image, audio, video, task_type, instruction):
|
|
|
112 |
max_length=30
|
113 |
|
114 |
|
115 |
+
model.bfloat16()
|
116 |
|
117 |
|
118 |
def inference(image, audio, video, task_type, instruction):
|