Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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[:
|
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()
|