Spaces:
Runtime error
Runtime error
model added
Browse files
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="
|
| 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()
|