Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ torch.set_num_threads(4)
|
|
19 |
class HealthAssistant:
|
20 |
def __init__(self, use_smaller_model=True):
|
21 |
if use_smaller_model:
|
22 |
-
self.model_name = "Qwen/Qwen2-VL-7B-Instruct
|
23 |
else:
|
24 |
self.model_name = "Qwen/Qwen2-VL-7B-Instruct"
|
25 |
|
|
|
19 |
class HealthAssistant:
|
20 |
def __init__(self, use_smaller_model=True):
|
21 |
if use_smaller_model:
|
22 |
+
self.model_name = "Qwen/Qwen2-VL-7B-Instruct"
|
23 |
else:
|
24 |
self.model_name = "Qwen/Qwen2-VL-7B-Instruct"
|
25 |
|