wyysf commited on
Commit
aa9b0f4
1 Parent(s): 9094561

update the code of gradio

Browse files
Files changed (1) hide show
  1. 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("./assets/examples", i) for i in os.listdir("./assets/examples")],
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
  )