Abhaykoul commited on
Commit
8c4e425
1 Parent(s): 95a7db6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -90,11 +90,6 @@ gr.ChatInterface(
90
  predict,
91
  title=EMOJI + " " + MODEL_NAME,
92
  description=DESCRIPTION,
93
- examples=[
94
- ["Express joy and excitement about visiting a new place."],
95
- ["I'm feeling really down today. Nothing seems to be going right."],
96
- ["Hey, How are you?"],
97
- ],
98
  additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False),
99
  additional_inputs=[
100
  gr.Textbox("Perform the task to the best of your ability.", label="System prompt"),
 
90
  predict,
91
  title=EMOJI + " " + MODEL_NAME,
92
  description=DESCRIPTION,
 
 
 
 
 
93
  additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False),
94
  additional_inputs=[
95
  gr.Textbox("Perform the task to the best of your ability.", label="System prompt"),