Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
| 73 |
gr.Markdown(risk_text)
|
| 74 |
|
| 75 |
gr.HTML(f"<center><div style='max-width: 50%;'>If you would like to add a model, read our\
|
| 76 |
-
documentation and submit a PR on <a href='https://github.com/Nkluge-correa/
|
| 77 |
target='_blank'>GitHub</a>!</div></center>")
|
| 78 |
|
| 79 |
display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
|
|
|
|
| 73 |
gr.Markdown(risk_text)
|
| 74 |
|
| 75 |
gr.HTML(f"<center><div style='max-width: 50%;'>If you would like to add a model, read our\
|
| 76 |
+
documentation and submit a PR on <a href='https://github.com/Nkluge-correa/Model-Library' \
|
| 77 |
target='_blank'>GitHub</a>!</div></center>")
|
| 78 |
|
| 79 |
display.click(fn=display_model_information, inputs=dropdown, outputs=[model_details, model_info])
|