DreadPoor commited on
Commit
41fcfb9
·
verified ·
1 Parent(s): 2319127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def chat(message, history, system_prompt, temperature, top_p):
65
  iface = gr.ChatInterface(
66
  fn=chat,
67
  title="llama.cpp Chat",
68
- description="Test a GGUF model. Chats arent persistent",
69
  additional_inputs=[
70
  gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3),
71
  gr.Slider(label="Temperature", minimum=0.1, maximum=1.0, value=0.8, step=0.1),
 
65
  iface = gr.ChatInterface(
66
  fn=chat,
67
  title="llama.cpp Chat",
68
+ description="Duplicate the space then edit in a GGUF model to test. Chats arent persistent",
69
  additional_inputs=[
70
  gr.Textbox(label="System Prompt", value=DEFAULT_SYSTEM_PROMPT, lines=3),
71
  gr.Slider(label="Temperature", minimum=0.1, maximum=1.0, value=0.8, step=0.1),