Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ assistant_prompt = '<|assistant|>\n'
|
|
57 |
prompt_suffix = "<|end|>\n"
|
58 |
|
59 |
@spaces.GPU
|
60 |
-
def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-
|
61 |
image_path = array_to_image_path(image)
|
62 |
|
63 |
print(image_path)
|
|
|
57 |
prompt_suffix = "<|end|>\n"
|
58 |
|
59 |
@spaces.GPU
|
60 |
+
def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-7B-Instruct"):
|
61 |
image_path = array_to_image_path(image)
|
62 |
|
63 |
print(image_path)
|