wyysf commited on
Commit
c01ce21
1 Parent(s): c52f8a7

update to v1.5

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -251,7 +251,7 @@ if __name__=="__main__":
251
 
252
  with gr.Row():
253
  gr.Examples(
254
- examples=[os.path.join("./assets/examples", i) for i in os.listdir("./assets/examples")],
255
  inputs=[image_input],
256
  examples_per_page=8
257
  )
 
251
 
252
  with gr.Row():
253
  gr.Examples(
254
+ examples=[os.path.join("./examples", i) for i in os.listdir("./examples")],
255
  inputs=[image_input],
256
  examples_per_page=8
257
  )