prithivMLmods commited on
Commit
37e0e98
·
verified ·
1 Parent(s): 20b681c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ demo = gr.ChatInterface(
237
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
238
  ],
239
  examples=[
240
- ["Write the code that converts temperatures between celsius and fahrenheit"],
241
  [{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
242
  ],
243
  cache_examples=False,
 
237
  gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
238
  ],
239
  examples=[
240
+ ["Write the code that converts temperatures between celsius and fahrenheit in c++"],
241
  [{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
242
  ],
243
  cache_examples=False,