Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
87 |
|
88 |
|
89 |
|
90 |
-
with gr.Accordion(label="Examples and Advanced Generation Parameters"
|
91 |
examples=[
|
92 |
["example_images/rococo.jpg", "What art era is this?", None, "Greedy", 0.4, 512, 1.2, 0.8],
|
93 |
["example_images/examples_wat_arun.jpg", "Give me travel tips for the area around this monument.", None, "Greedy", 0.4, 512, 1.2, 0.8],
|
|
|
87 |
|
88 |
|
89 |
|
90 |
+
with gr.Accordion(label="Examples and Advanced Generation Parameters"):
|
91 |
examples=[
|
92 |
["example_images/rococo.jpg", "What art era is this?", None, "Greedy", 0.4, 512, 1.2, 0.8],
|
93 |
["example_images/examples_wat_arun.jpg", "Give me travel tips for the area around this monument.", None, "Greedy", 0.4, 512, 1.2, 0.8],
|