Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
-
client = InferenceClient("lambdaindie/
|
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
|
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():
|