Ateeqq commited on
Commit
e7f0606
1 Parent(s): ee074f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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"),