Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,7 @@ with gr.Blocks(css=css) as demo:
|
|
177 |
maintainer = gr.Checkbox(
|
178 |
value=False,
|
179 |
label="Maintainer",
|
180 |
-
info="This is your original repository on both Hugging Face and Ollama.
|
181 |
-
DO NOT USE unless using the same USERNAME on both platforms."
|
182 |
)
|
183 |
OLLAMA_USERNAME = gr.Textbox(
|
184 |
label="Ollama.com Library Username",
|
|
|
177 |
maintainer = gr.Checkbox(
|
178 |
value=False,
|
179 |
label="Maintainer",
|
180 |
+
info="This is your original repository on both Hugging Face and Ollama. \nDO NOT USE unless using the same USERNAME on both platforms."
|
|
|
181 |
)
|
182 |
OLLAMA_USERNAME = gr.Textbox(
|
183 |
label="Ollama.com Library Username",
|