Akbartus commited on
Commit
2cec618
·
verified ·
1 Parent(s): 6589e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8]
94
  ]
95
  # Hyper-parameters for generation
96
  max_new_tokens = gr.Slider(
 
90
 
91
  with gr.Accordion(label="Advanced Generation Parameters", open=False):
92
  examples=[
93
+ ["rococo.jpg", "What art era is this?", "", "Top P Sampling", 0.4, 512, 1.2, 0.8]
94
  ]
95
  # Hyper-parameters for generation
96
  max_new_tokens = gr.Slider(