Spaces:
Build error
Build error
Commit Β·
adb0805
1
Parent(s): cab87a5
update:app
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
Tejas:
|
| 3 |
Gradio Demo Interface
|
| 4 |
"""
|
| 5 |
|
|
@@ -253,9 +253,9 @@ class TejasDemoApp:
|
|
| 253 |
app = TejasDemoApp()
|
| 254 |
|
| 255 |
# Create Gradio interface
|
| 256 |
-
with gr.Blocks(title="Tejas:
|
| 257 |
gr.Markdown("""
|
| 258 |
-
# Tejas:
|
| 259 |
|
| 260 |
|
| 261 |
~1.2ms query encoding with ~4M pattern comparisons/sec on single CPU core(current system)
|
|
@@ -429,14 +429,14 @@ with gr.Blocks(title="Tejas: Consciousness-Aligned Search", theme=gr.themes.Base
|
|
| 429 |
- π§βπ» [Author: Viraj Deshwal](https://github.com/virajdeshwal)
|
| 430 |
|
| 431 |
---
|
| 432 |
-
*Built with
|
| 433 |
""")
|
| 434 |
|
| 435 |
# Footer
|
| 436 |
gr.Markdown("""
|
| 437 |
---
|
| 438 |
<div style='text-align: center; color: #666;'>
|
| 439 |
-
<p>Tejas: Where
|
| 440 |
</div>
|
| 441 |
""")
|
| 442 |
|
|
|
|
| 1 |
"""
|
| 2 |
+
Tejas: Physics-First Machine Intelligence
|
| 3 |
Gradio Demo Interface
|
| 4 |
"""
|
| 5 |
|
|
|
|
| 253 |
app = TejasDemoApp()
|
| 254 |
|
| 255 |
# Create Gradio interface
|
| 256 |
+
with gr.Blocks(title="Tejas: Physics-First Machine Intelligence", theme=gr.themes.Base()) as demo:
|
| 257 |
gr.Markdown("""
|
| 258 |
+
# Tejas: Quantum-Physics Inspired Framework For Machine Intelligence
|
| 259 |
|
| 260 |
|
| 261 |
~1.2ms query encoding with ~4M pattern comparisons/sec on single CPU core(current system)
|
|
|
|
| 429 |
- π§βπ» [Author: Viraj Deshwal](https://github.com/virajdeshwal)
|
| 430 |
|
| 431 |
---
|
| 432 |
+
*Built with Physics first principles.*
|
| 433 |
""")
|
| 434 |
|
| 435 |
# Footer
|
| 436 |
gr.Markdown("""
|
| 437 |
---
|
| 438 |
<div style='text-align: center; color: #666;'>
|
| 439 |
+
<p>Tejas: Where physics meets computation β’ GPL-3.0 License</p>
|
| 440 |
</div>
|
| 441 |
""")
|
| 442 |
|