Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ demo = gr.ChatInterface(
|
|
252 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
253 |
],
|
254 |
examples=[
|
255 |
-
["Write the code that converts temperatures between celsius and fahrenheit in
|
256 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
257 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
258 |
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|
|
|
252 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
253 |
],
|
254 |
examples=[
|
255 |
+
["Write the code that converts temperatures between celsius and fahrenheit in short"],
|
256 |
[{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
|
257 |
[{"text": "@video-infer Describe the video", "files": ["examples/Missing.mp4"]}],
|
258 |
[{"text": "@video-infer Describe the Ad", "files": ["examples/coca.mp4"]}],
|