Spaces:
Running
on
T4
Running
on
T4
Server1
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ✈️
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
|
|
1 |
---
|
2 |
+
title: KernelPliot-V1 Server1
|
3 |
emoji: ✈️
|
4 |
colorFrom: pink
|
5 |
colorTo: red
|
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(title="KernelPilot", theme=gr.themes.Soft(text_size="lg", font=[
|
|
50 |
])) as demo:
|
51 |
gr.Markdown(
|
52 |
"""# 🚀 KernelPilot
|
53 |
-
Enter a natural‑language description
|
54 |
then click **Generate** to obtain the kernel function."""
|
55 |
)
|
56 |
|
|
|
50 |
])) as demo:
|
51 |
gr.Markdown(
|
52 |
"""# 🚀 KernelPilot
|
53 |
+
Enter a natural‑language description,
|
54 |
then click **Generate** to obtain the kernel function."""
|
55 |
)
|
56 |
|