TotoB12 commited on
Commit
0303e47
·
verified ·
1 Parent(s): 7a37fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ interface = gr.Interface(
43
  gr.Slider(label="Top P", minimum=0.1, maximum=1.0, value=0.95, step=0.05)
44
  ],
45
  outputs=gr.Textbox(label="Generated Text"),
46
- title="TotoB-1.5B LLM on Hugging Face Spaces",
47
- description="Run a no-loss quantized TotoB-1.5B model on CPU using llama.cpp",
48
  theme="default"
49
  )
50
 
 
43
  gr.Slider(label="Top P", minimum=0.1, maximum=1.0, value=0.95, step=0.05)
44
  ],
45
  outputs=gr.Textbox(label="Generated Text"),
46
+ title="totob-1.5B LLM on Hugging Face Spaces",
47
+ description="Run the no-loss quantized totob-1.5B model on CPU using llama.cpp",
48
  theme="default"
49
  )
50