Spaces:
Running
on
Zero
Running
on
Zero
update the code of gradio
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -292,7 +292,7 @@ if __name__=="__main__":
|
|
292 |
|
293 |
with gr.Row():
|
294 |
gr.Examples(
|
295 |
-
examples=[os.path.join("./
|
296 |
inputs=[image_input],
|
297 |
examples_per_page=8
|
298 |
)
|
|
|
292 |
|
293 |
with gr.Row():
|
294 |
gr.Examples(
|
295 |
+
examples=[os.path.join("./examples", i) for i in os.listdir("./examples")],
|
296 |
inputs=[image_input],
|
297 |
examples_per_page=8
|
298 |
)
|