Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -298,10 +298,6 @@ with col2:
|
|
298 |
Neural Response: {neural_response:.2f}
|
299 |
Provide a detailed, scientific analysis of the AI's experience.
|
300 |
AI:"""
|
301 |
-
|
302 |
-
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
303 |
-
# (Prompt generation omitted for brevity)
|
304 |
-
AI:"""
|
305 |
|
306 |
input_ids = tokenizer.encode(prompt, return_tensors="pt")
|
307 |
|
|
|
298 |
Neural Response: {neural_response:.2f}
|
299 |
Provide a detailed, scientific analysis of the AI's experience.
|
300 |
AI:"""
|
|
|
|
|
|
|
|
|
301 |
|
302 |
input_ids = tokenizer.encode(prompt, return_tensors="pt")
|
303 |
|