reab5555 commited on
Commit
2ecda83
·
verified ·
1 Parent(s): e4bccc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -108,8 +108,7 @@ with gr.Blocks() as iface:
108
  example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
109
  example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
110
  gr.HTML("<div style='height: 30px;'></div>")
111
- gr.Image(value="appendix/Anomay Detection Simple.png", label='Flowchart')
112
- gr.Image(value="appendix/Anomay Detection.png", label='Flowchart')
113
  gr.HTML("<div style='height: 20px;'></div>")
114
  gr.Markdown("""
115
 
 
108
  example_btn_1 = gr.Button("Load Example: Bill Clinton and Jim Lehrer")
109
  example_btn_2 = gr.Button("Load Example: Wade Wilson Penalty Phase Trial")
110
  gr.HTML("<div style='height: 30px;'></div>")
111
+ = gr.Image(value="appendix/Anomay Detection.png", label='Flowchart')
 
112
  gr.HTML("<div style='height: 20px;'></div>")
113
  gr.Markdown("""
114