wong132 commited on
Commit
65c8302
1 Parent(s): 847d187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ if __name__ == "__main__":
57
  inputs=inputs,
58
  outputs=outputs,
59
  examples=[
60
- os.path.join(os.path.dirname(__file__), "PNG/TCGA_CS_6667_20011105_1.png"),
61
- os.path.join(os.path.dirname(__file__), "PNG/TCGA_DU_5872_19950223_11.png"),
62
  ],
63
  allow_flagging="never",
64
  theme="gradio/monochrome",
 
57
  inputs=inputs,
58
  outputs=outputs,
59
  examples=[
60
+ os.path.join(os.path.dirname(__file__), "TCGA_CS_6667_20011105_1.png"),
61
+ os.path.join(os.path.dirname(__file__), "TCGA_DU_5872_19950223_11.png"),
62
  ],
63
  allow_flagging="never",
64
  theme="gradio/monochrome",