Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,8 +72,7 @@ demo = gr.ChatInterface(
|
|
| 72 |
fn=chat_interface,
|
| 73 |
title="MoireFormer (104.9M) - Phase-Interference AI",
|
| 74 |
description="This is not a standard Transformer. It does not use dot-product attention. It calculates language via biological **Moiré wave-interference math**, proving AI can run on continuous geometric phase-space. *Note: At 100M parameters, this is a proof-of-substrate for syntax and logic, but it will hallucinate specific facts.*",
|
| 75 |
-
examples=["What is the best way to make a database schema?", "Who are you?", "What is the capital of India?"]
|
| 76 |
-
theme="glass"
|
| 77 |
)
|
| 78 |
|
| 79 |
if __name__ == "__main__":
|
|
|
|
| 72 |
fn=chat_interface,
|
| 73 |
title="MoireFormer (104.9M) - Phase-Interference AI",
|
| 74 |
description="This is not a standard Transformer. It does not use dot-product attention. It calculates language via biological **Moiré wave-interference math**, proving AI can run on continuous geometric phase-space. *Note: At 100M parameters, this is a proof-of-substrate for syntax and logic, but it will hallucinate specific facts.*",
|
| 75 |
+
examples=["What is the best way to make a database schema?", "Who are you?", "What is the capital of India?"]
|
|
|
|
| 76 |
)
|
| 77 |
|
| 78 |
if __name__ == "__main__":
|