Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|