Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ chatbot = gr.ChatInterface(
|
|
42 |
gr.Slider(0.0,2.0, label="temperature", value=0.4, info="The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)"),
|
43 |
],
|
44 |
title="Trashcan AI",
|
45 |
-
description="LLama3
|
46 |
theme="finlaymacklon/smooth_slate",
|
47 |
submit_btn="Send",
|
48 |
retry_btn="🔄 Regenerate Response",
|
|
|
42 |
gr.Slider(0.0,2.0, label="temperature", value=0.4, info="The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)"),
|
43 |
],
|
44 |
title="Trashcan AI",
|
45 |
+
description="LLama3 8B model hosted on a 2013 \"Trashcan\" Mac Pro with ollama",
|
46 |
theme="finlaymacklon/smooth_slate",
|
47 |
submit_btn="Send",
|
48 |
retry_btn="🔄 Regenerate Response",
|