Update app.py
Browse files
app.py
CHANGED
@@ -46,10 +46,6 @@ gr.ChatInterface(
|
|
46 |
chatbot=gr.Chatbot(height=400),
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="Meta-Llama-3-8B-Instruct",
|
49 |
-
description="""
|
50 |
-
Running on CPU π.
|
51 |
-
""",
|
52 |
-
theme="soft",
|
53 |
additional_inputs=[
|
54 |
gr.Textbox("You are helpful AI.", label="System Prompt"),
|
55 |
gr.Slider(512, 4096, label="Max New Tokens"),
|
|
|
46 |
chatbot=gr.Chatbot(height=400),
|
47 |
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
|
48 |
title="Meta-Llama-3-8B-Instruct",
|
|
|
|
|
|
|
|
|
49 |
additional_inputs=[
|
50 |
gr.Textbox("You are helpful AI.", label="System Prompt"),
|
51 |
gr.Slider(512, 4096, label="Max New Tokens"),
|