csabakecskemeti commited on
Commit
478f68d
1 Parent(s): c8a504f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def chatty(prompt, messages):
40
  demo = gr.ChatInterface(
41
  fn=chatty,
42
  title="Brainstorm on CPU with llama.cpp",
43
- description="Please note that CPU prediction will very slow - but this can run on the Free Tier :)"
44
  )
45
 
46
 
 
40
  demo = gr.ChatInterface(
41
  fn=chatty,
42
  title="Brainstorm on CPU with llama.cpp",
43
+ description="Please note that CPU prediction will be very slow - but this can run on the Free Tier :)"
44
  )
45
 
46