csabakecskemeti commited on
Commit
18d3b44
·
verified ·
1 Parent(s): 16f7682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.2 hosted on a 2013 \"Trashcan\" Mac Pro with ollama",
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",