Spaces:
Sleeping
Sleeping
nicholasKluge
commited on
Commit
•
5828b94
1
Parent(s):
642b95b
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
49 |
|
50 |
gr.Markdown("""<h1><center>Model Library</h1></center>""")
|
51 |
|
52 |
-
gr.HTML("""<center><img src="
|
53 |
|
54 |
gr.HTML(f"<center><div style='max-width: 50%;'>The Model Library is a project that maps the risks associated with modern machine \
|
55 |
learning systems. Here, we assess some of the most recent and capable AI systems ever created. \
|
@@ -79,4 +79,4 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
79 |
display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
|
80 |
|
81 |
|
82 |
-
demo.launch(debug=True, favicon_path="
|
|
|
49 |
|
50 |
gr.Markdown("""<h1><center>Model Library</h1></center>""")
|
51 |
|
52 |
+
gr.HTML("""<center><img src="./logo.png" width="200" height="200"></center>""")
|
53 |
|
54 |
gr.HTML(f"<center><div style='max-width: 50%;'>The Model Library is a project that maps the risks associated with modern machine \
|
55 |
learning systems. Here, we assess some of the most recent and capable AI systems ever created. \
|
|
|
79 |
display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
|
80 |
|
81 |
|
82 |
+
demo.launch(debug=True, favicon_path="./favicon.ico")
|