nicholasKluge commited on
Commit
65cef6a
1 Parent(s): 932afe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
50
 
51
  gr.Markdown("""<h1><center>Model Library</h1></center>""")
52
 
53
- gr.HTML("""<center><img src="file/assets/logo.png" width="200" height="200"></center>""")
54
 
55
  gr.HTML(f"<center><div style='max-width: 50%;'>The Model Library is a project that maps the risks associated with modern machine \
56
  learning systems. Here, we assess some of the most recent and capable AI systems ever created. \
@@ -80,4 +80,4 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
80
  display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
81
 
82
 
83
- demo.launch(debug=True, favicon_path="file/assets/favicon.ico")
 
50
 
51
  gr.Markdown("""<h1><center>Model Library</h1></center>""")
52
 
53
+ gr.HTML("""<center><img src="file/logo.png" width="200" height="200"></center>""")
54
 
55
  gr.HTML(f"<center><div style='max-width: 50%;'>The Model Library is a project that maps the risks associated with modern machine \
56
  learning systems. Here, we assess some of the most recent and capable AI systems ever created. \
 
80
  display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
81
 
82
 
83
+ demo.launch(debug=True, favicon_path="file/favicon.ico")