AdnanRiaz107 commited on
Commit
e566213
·
verified ·
1 Parent(s): fe42aca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -54,10 +54,9 @@ demo = gr.Interface(
54
  label="Model Response",
55
  placeholder="Response will be displayed here...",
56
  ),
57
- title="AI Assistant for Python Code Generation",
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
  ],