Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,8 @@ def qwen_inference(media_input):
|
|
130 |
Do not include any indicators for which evidence is low or non-existent
|
131 |
Do not repeat any indicators
|
132 |
Do not produce any text except for the detected indicators
|
|
|
|
|
133 |
"""
|
134 |
|
135 |
# 3. Construct the messages with your fixed text
|
|
|
130 |
Do not include any indicators for which evidence is low or non-existent
|
131 |
Do not repeat any indicators
|
132 |
Do not produce any text except for the detected indicators
|
133 |
+
Do not include any indicators not provided in the list
|
134 |
+
Do not modify the description of any given indicator
|
135 |
"""
|
136 |
|
137 |
# 3. Construct the messages with your fixed text
|