Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ def create_gradio_interface():
|
|
243 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=13, show_copy_button=True)
|
244 |
with gr.Row():
|
245 |
examples = gr.Examples(
|
246 |
-
examples=["examples/
|
247 |
inputs=image_input,
|
248 |
label="Examples"
|
249 |
)
|
|
|
243 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=13, show_copy_button=True)
|
244 |
with gr.Row():
|
245 |
examples = gr.Examples(
|
246 |
+
examples=["examples/1.png", "examples/2.png", "examples/3.png", "examples/4.png", "examples/5.png"],
|
247 |
inputs=image_input,
|
248 |
label="Examples"
|
249 |
)
|