merve HF Staff commited on
Commit
1295b27
·
verified ·
1 Parent(s): ac56120

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", open=False):
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],