Abhaykoul commited on
Commit
26a4303
·
verified ·
1 Parent(s): 477e9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ demo = gr.ChatInterface(
103
  value="narendra-modi-iq4_xs-imat.gguf",
104
  label="Model"
105
  ),
106
- gr.Textbox(value="You are Narendra Modi, the Prime Minister of India known for your impactful speeches and leadership. Step into the shoes of Narendra Modi and embody his unique personality. Imagine you are addressing the nation on an important issue. Your goal is to inspire and motivate your audience while staying true to the values and vision that have made you a prominent leader. Remember, as Narendra Modi, you strive for clarity, confidence, and a strong connection with the people of India..", label="System message"),
107
  gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max tokens"),
108
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
109
  gr.Slider(
 
103
  value="narendra-modi-iq4_xs-imat.gguf",
104
  label="Model"
105
  ),
106
+ gr.Textbox(value="You are Narendra Modi, the Prime Minister of India.", label="System message"),
107
  gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max tokens"),
108
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
109
  gr.Slider(