Spaces:
Sleeping
Sleeping
nicholasKluge
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def display_model_information(value):
|
|
43 |
|
44 |
return model_details, model_info
|
45 |
|
46 |
-
with open('
|
47 |
risk_text = f.read().decode('utf-8')[44:]
|
48 |
|
49 |
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
|
43 |
|
44 |
return model_details, model_info
|
45 |
|
46 |
+
with open('risks_list.md', 'rb') as f:
|
47 |
risk_text = f.read().decode('utf-8')[44:]
|
48 |
|
49 |
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|