Spaces:
Sleeping
Sleeping
Commit ·
5c126ef
1
Parent(s): 2aef7c2
Fix: Remove duplicate demo.launch() and syntax errors
Browse files
app.py
CHANGED
|
@@ -391,8 +391,4 @@ with gr.Blocks(title="CUDA ML Kernels", theme=gr.themes.Soft(primary_hue="orange
|
|
| 391 |
Built with ❤️ for GPU optimization. Running on **Nvidia RTX Pro 6000** with real-time benchmarks.
|
| 392 |
""")
|
| 393 |
|
| 394 |
-
demo.launch()
|
| 395 |
-
|
| 396 |
-
gr.Markdown("### [GitHub](https://github.com/data-geek-astronomy/cuda-ml-kernels)")
|
| 397 |
-
|
| 398 |
demo.launch()
|
|
|
|
| 391 |
Built with ❤️ for GPU optimization. Running on **Nvidia RTX Pro 6000** with real-time benchmarks.
|
| 392 |
""")
|
| 393 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 394 |
demo.launch()
|