Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
|
205 |
we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! π―π―π―
|
206 |
''', line_breaks=True)
|
207 |
|
208 |
-
gr.Markdown('<
|
209 |
# with gr.Column(scale=1):
|
210 |
# gr.Markdown('<span style="font-size:180px;">π€</span>')
|
211 |
|
|
|
205 |
we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! π―π―π―
|
206 |
''', line_breaks=True)
|
207 |
|
208 |
+
gr.Markdown('<b style="color: red;">Model outputs are not filtered and might include undesired language!</b>')
|
209 |
# with gr.Column(scale=1):
|
210 |
# gr.Markdown('<span style="font-size:180px;">π€</span>')
|
211 |
|