Sephfox commited on
Commit
fbffa25
·
verified ·
1 Parent(s): c93ba6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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