Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks(fill_height=False) as demo:
|
|
90 |
|
91 |
with gr.Accordion(label="Advanced Generation Parameters", open=False):
|
92 |
examples=[
|
93 |
-
["example_images/rococo.jpg", "What art era is this?", "", "
|
94 |
["example_images/examples_wat_arun.jpg", "Give me travel tips for the area around this monument.", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
95 |
["example_images/examples_invoice.png", "What is the due date and the invoice date?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
96 |
["example_images/s2w_example.png", "What is this UI about?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
|
|
90 |
|
91 |
with gr.Accordion(label="Advanced Generation Parameters", open=False):
|
92 |
examples=[
|
93 |
+
["example_images/rococo.jpg", "What art era is this?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
94 |
["example_images/examples_wat_arun.jpg", "Give me travel tips for the area around this monument.", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
95 |
["example_images/examples_invoice.png", "What is the due date and the invoice date?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|
96 |
["example_images/s2w_example.png", "What is this UI about?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8],
|