Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -306,19 +306,19 @@ with col2:
|
|
306 |
st.code(data_display, language="")
|
307 |
# Generate description
|
308 |
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
309 |
-
Location: ({{touch_x:.1f}}, {{touch_y:.1f}})
|
310 |
-
Duration: {{touch_duration:.1f}}s, Intensity: {{touch_pressure:.2f}}
|
311 |
-
Pressure: {{measured_pressure:.2f}}
|
312 |
-
Temperature: {{measured_temp:.2f}}°C
|
313 |
Texture: {measured_texture}
|
314 |
-
EM Field: {{measured_em:.2f}} μT
|
315 |
Quantum State: {quantum_state}
|
316 |
Resulting in:
|
317 |
-
Pain: {{pain_level:.2f}}, Pleasure: {{pleasure_level:.2f}}
|
318 |
-
Tickle: {{tickle_level:.2f}}, Itch: {{itch_level:.2f}}
|
319 |
-
Proprioception: {{proprioception:.2f}}
|
320 |
Synesthesia: {synesthesia}
|
321 |
-
Neural Response: {{neural_response:.2f}}
|
322 |
Provide a detailed, scientific, and creative description of the AI humanoid's experience and response to this sensory input."""
|
323 |
|
324 |
# You can use this prompt to generate a response from your AI model
|
|
|
306 |
st.code(data_display, language="")
|
307 |
# Generate description
|
308 |
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
309 |
+
Location: ({{{touch_x:.1f}}}, {{{touch_y:.1f}}})
|
310 |
+
Duration: {{{touch_duration:.1f}}}s, Intensity: {{{touch_pressure:.2f}}}
|
311 |
+
Pressure: {{{measured_pressure:.2f}}}
|
312 |
+
Temperature: {{{measured_temp:.2f}}}°C
|
313 |
Texture: {measured_texture}
|
314 |
+
EM Field: {{{measured_em:.2f}}} μT
|
315 |
Quantum State: {quantum_state}
|
316 |
Resulting in:
|
317 |
+
Pain: {{{pain_level:.2f}}}, Pleasure: {{{pleasure_level:.2f}}}
|
318 |
+
Tickle: {{{tickle_level:.2f}}}, Itch: {{{itch_level:.2f}}}
|
319 |
+
Proprioception: {{{proprioception:.2f}}}
|
320 |
Synesthesia: {synesthesia}
|
321 |
+
Neural Response: {{{neural_response:.2f}}}
|
322 |
Provide a detailed, scientific, and creative description of the AI humanoid's experience and response to this sensory input."""
|
323 |
|
324 |
# You can use this prompt to generate a response from your AI model
|