Spaces:
Sleeping
Sleeping
mrbeliever
commited on
Commit
•
e3bbb23
1
Parent(s):
5c3571f
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ user_prompt = '<|user|>\n'
|
|
22 |
assistant_prompt = '<|assistant|>\n'
|
23 |
prompt_suffix = "<|end|>\n"
|
24 |
|
25 |
-
default_question = "
|
26 |
|
27 |
@spaces.GPU
|
28 |
def run_example(image, text_input=default_question, model_id="microsoft/Phi-3.5-vision-instruct"):
|
|
|
22 |
assistant_prompt = '<|assistant|>\n'
|
23 |
prompt_suffix = "<|end|>\n"
|
24 |
|
25 |
+
default_question = "highly detailed caption"
|
26 |
|
27 |
@spaces.GPU
|
28 |
def run_example(image, text_input=default_question, model_id="microsoft/Phi-3.5-vision-instruct"):
|