Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
5d15a12
1
Parent(s):
a19c964
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ Carefully examine the image and provide a detailed response. If a data logger is
|
|
66 |
If no data logger is visible, respond with:
|
67 |
{"present": false, "reason": "Detailed explanation of why you believe there's no data logger, describing what you see instead"}
|
68 |
|
69 |
-
|
70 |
|
71 |
iface = gr.Interface(
|
72 |
fn=analyze_image,
|
|
|
66 |
If no data logger is visible, respond with:
|
67 |
{"present": false, "reason": "Detailed explanation of why you believe there's no data logger, describing what you see instead"}
|
68 |
|
69 |
+
Ensure your response is in valid JSON format """
|
70 |
|
71 |
iface = gr.Interface(
|
72 |
fn=analyze_image,
|