mariusjabami commited on
Commit
968b137
·
verified ·
1 Parent(s): e86214a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("lambdaindie/lambda")
5
 
6
  css = r"""
7
  /* Fonte e cores gerais */
@@ -62,7 +62,7 @@ button.pulse:hover {
62
 
63
  with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
64
 
65
- gr.Markdown("<h1 style='text-align:center;color:#e0e0e0;'>🅻 Lambdai-v1-1B Chat</h1>")
66
  chatbot = gr.Chatbot(elem_id="chatbot", height=480, render_markdown=True, show_copy_button=True)
67
 
68
  with gr.Row():
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("lambdaindie/lambdai")
5
 
6
  css = r"""
7
  /* Fonte e cores gerais */
 
62
 
63
  with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
64
 
65
+ gr.Markdown("<h1 style='text-align:center;color:#e0e0e0;'>🅻 Lambdai-v1-1B</h1>")
66
  chatbot = gr.Chatbot(elem_id="chatbot", height=480, render_markdown=True, show_copy_button=True)
67
 
68
  with gr.Row():