Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -303,6 +303,7 @@ demo = gr.ChatInterface(
|
|
303 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
304 |
],
|
305 |
examples = [
|
|
|
306 |
["Python Program for Array Rotation"],
|
307 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
308 |
["@realism A futuristic cityscape with neon lights"],
|
|
|
303 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
304 |
],
|
305 |
examples = [
|
306 |
+
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
307 |
["Python Program for Array Rotation"],
|
308 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
309 |
["@realism A futuristic cityscape with neon lights"],
|