Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|