ezamorag commited on
Commit
6707ae7
·
1 Parent(s): 096470a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
81
 
82
  examples_list = glob("img_examples/*.jpg")
83
  random.shuffle(examples_list)
84
- examples = gr.Examples(examples=examples_list[:4],inputs=[input1])
85
 
86
 
87
  demo.launch()
 
81
 
82
  examples_list = glob("img_examples/*.jpg")
83
  random.shuffle(examples_list)
84
+ examples = gr.Examples(examples=examples_list[:6],inputs=[input1])
85
 
86
 
87
  demo.launch()