Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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/
|
|
|
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")
|