Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,10 +54,9 @@ demo = gr.Interface(
|
|
54 |
label="Model Response",
|
55 |
placeholder="Response will be displayed here...",
|
56 |
),
|
57 |
-
title="
|
58 |
description="Ask any question or request information, and the AI assistant will provide a response. Try asking about recipes, solving equations, or general inquiries.",
|
59 |
examples=[
|
60 |
-
["Can you provide ways to eat combinations of bananas and dragonfruits?"],
|
61 |
["What about solving the equation 2x + 3 = 7?"],
|
62 |
["Tell me about the history of the internet."],
|
63 |
],
|
|
|
54 |
label="Model Response",
|
55 |
placeholder="Response will be displayed here...",
|
56 |
),
|
57 |
+
title="PEFTPYCODER: A Parameter-Efficient Fine-Tuned Model for In-House Code Assistance",
|
58 |
description="Ask any question or request information, and the AI assistant will provide a response. Try asking about recipes, solving equations, or general inquiries.",
|
59 |
examples=[
|
|
|
60 |
["What about solving the equation 2x + 3 = 7?"],
|
61 |
["Tell me about the history of the internet."],
|
62 |
],
|