Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ with col2:
|
|
282 |
st.code(data_display, language="")
|
283 |
|
284 |
# Generate description
|
285 |
-
|
286 |
Location: ({touch_x:.1f}, {touch_y:.1f})
|
287 |
Duration: {touch_duration:.1f}s, Intensity: {touch_pressure:.2f}
|
288 |
Pressure: {measured_pressure:.2f}
|
|
|
282 |
st.code(data_display, language="")
|
283 |
|
284 |
# Generate description
|
285 |
+
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
286 |
Location: ({touch_x:.1f}, {touch_y:.1f})
|
287 |
Duration: {touch_duration:.1f}s, Intensity: {touch_pressure:.2f}
|
288 |
Pressure: {measured_pressure:.2f}
|