Stevross commited on
Commit
f411fd2
Β·
1 Parent(s): 9ea43cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ interface = gr.Interface(
19
  inputs=gr.inputs.Textbox(lines=5, placeholder="Enter your prompt here..."),
20
  outputs=gr.outputs.Textbox(),
21
  live=True,
22
- title="Astrid-7B-Assistant-CPU Demo",
23
  description="An interactive demo of the Stevross/Astrid-3B model from Hugging Face."
24
  )
25
 
 
19
  inputs=gr.inputs.Textbox(lines=5, placeholder="Enter your prompt here..."),
20
  outputs=gr.outputs.Textbox(),
21
  live=True,
22
+ title="Stevross/Astrid-3B",
23
  description="An interactive demo of the Stevross/Astrid-3B model from Hugging Face."
24
  )
25