Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ def chatbot_response(user_input):
|
|
27 |
# Criando interface Gradio
|
28 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
29 |
gr.Markdown("# 🤖 Llama-70B Chatbot - SambaNova")
|
|
|
30 |
|
31 |
chatbot = gr.Chatbot()
|
32 |
msg = gr.Textbox(placeholder="Digite sua mensagem aqui...")
|
|
|
27 |
# Criando interface Gradio
|
28 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
29 |
gr.Markdown("# 🤖 Llama-70B Chatbot - SambaNova")
|
30 |
+
gr.Markdown("Modelo: meta-llama/Llama-3.3-70B-Instruct")
|
31 |
|
32 |
chatbot = gr.Chatbot()
|
33 |
msg = gr.Textbox(placeholder="Digite sua mensagem aqui...")
|