HaveAI commited on
Commit
f0084ab
·
verified ·
1 Parent(s): 924a603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# Inference Provider")
6
- gr.Markdown("This Space showcases the moonshotai/Kimi-K2-Thinking model, served by the novita API. Sign in with your Hugging Face account to use this API.")
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