Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ assistant_prompt = '<|assistant|>\n'
|
|
51 |
prompt_suffix = "<|end|>\n"
|
52 |
|
53 |
@spaces.GPU
|
54 |
-
def run_example(image, text_input=None, model_id="
|
55 |
image_path = array_to_image_path(image)
|
56 |
|
57 |
print(image_path)
|
|
|
51 |
prompt_suffix = "<|end|>\n"
|
52 |
|
53 |
@spaces.GPU
|
54 |
+
def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-2B-Instruct"):
|
55 |
image_path = array_to_image_path(image)
|
56 |
|
57 |
print(image_path)
|