migueldeguzmandev commited on
Commit
6b85548
·
verified ·
1 Parent(s): b6c422c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ interface = gr.Interface(
24
  fn=generate_response,
25
  inputs=gr.Textbox(label="User Input"),
26
  outputs=gr.Textbox(label="Model Response"),
27
- title="Conversation with migueldeguzmandev-RLLMv3.2-10",
28
  description="Enter your message and the model will generate a response.",
29
  )
30
 
 
24
  fn=generate_response,
25
  inputs=gr.Textbox(label="User Input"),
26
  outputs=gr.Textbox(label="Model Response"),
27
+ title="Conversation with a modified GPT2XL, RLLMv3.2-10",
28
  description="Enter your message and the model will generate a response.",
29
  )
30