Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
|
| 3 |
with gr.Blocks(fill_height=True) as demo:
|
| 4 |
with gr.Sidebar():
|
| 5 |
-
gr.Markdown("#
|
| 6 |
-
gr.Markdown("
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
gr.load("models/moonshotai/Kimi-K2-Thinking", accept_token=button, provider="novita")
|
| 9 |
|
|
|
|
| 2 |
|
| 3 |
with gr.Blocks(fill_height=True) as demo:
|
| 4 |
with gr.Sidebar():
|
| 5 |
+
gr.Markdown("# connect account")
|
| 6 |
+
gr.Markdown("It is alpha:)")
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
gr.load("models/moonshotai/Kimi-K2-Thinking", accept_token=button, provider="novita")
|
| 9 |
|