KyanChen commited on
Commit
9c5cb76
·
1 Parent(s): 9d60336

Update App_main.py

Browse files
Files changed (1) hide show
  1. App_main.py +1 -1
App_main.py CHANGED
@@ -84,7 +84,7 @@ description = "Gradio demo for RSPrompter. Upload image from WHU building datase
84
  article = "<p style='text-align: center'><a href='https://kyanchen.github.io/RSPrompter/' target='_blank'>RSPrompter Project " \
85
  "Page</a></p> "
86
 
87
- files = glob.glob('examples/NWPU*')
88
  examples = [[f, f.split('/')[-1].split('_')[0]] for f in files]
89
 
90
  with gr.Blocks() as demo:
 
84
  article = "<p style='text-align: center'><a href='https://kyanchen.github.io/RSPrompter/' target='_blank'>RSPrompter Project " \
85
  "Page</a></p> "
86
 
87
+ files = glob.glob('examples/*')
88
  examples = [[f, f.split('/')[-1].split('_')[0]] for f in files]
89
 
90
  with gr.Blocks() as demo: