Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 135 |
gr.Image(show_label=False),
|
| 136 |
],
|
| 137 |
title="Create your own Ollama Models and Push them to the Ollama Library, blazingly fast ⚡!",
|
| 138 |
-
description=ollama_pubkey_print,
|
| 139 |
api_name=False
|
| 140 |
)
|
| 141 |
|
|
|
|
| 135 |
gr.Image(show_label=False),
|
| 136 |
],
|
| 137 |
title="Create your own Ollama Models and Push them to the Ollama Library, blazingly fast ⚡!",
|
| 138 |
+
description="${ollama_pubkey_print}",
|
| 139 |
api_name=False
|
| 140 |
)
|
| 141 |
|