hanzla commited on
Commit
5e02230
1 Parent(s): 145ecb9

model added

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -45,9 +45,6 @@ gr.ChatInterface(
45
  chatbot=gr.Chatbot(height=300),
46
  textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
47
  title="LLAMA 3 8B Chat",
48
- description="Ask Yes Man any question",
49
  theme="soft",
50
- retry_btn=None,
51
- undo_btn="Delete Previous",
52
- clear_btn="Clear",
53
  ).launch()
 
45
  chatbot=gr.Chatbot(height=300),
46
  textbox=gr.Textbox(placeholder="Enter message here", container=False, scale=7),
47
  title="LLAMA 3 8B Chat",
48
+ description="Chat with Meta LLama 3 8 Billion",
49
  theme="soft",
 
 
 
50
  ).launch()