Spaces:
Runtime error
Runtime error
Commit
·
e925d44
1
Parent(s):
6abc542
Update collection cloner description
Browse files
app.py
CHANGED
@@ -31,13 +31,15 @@ def clone_collection(
|
|
31 |
title = (
|
32 |
"""<h1 style='text-align: center;'> 🧬 Collection Cloner 🧬</h1>"""
|
33 |
)
|
34 |
-
|
35 |
-
This space allows you to clone a [Collection](https://huggingface.co/docs/hub/collections) from the Hugging Face Hub into your own namespace.
|
36 |
-
You can then edit the collection to your liking!</center>"""
|
37 |
|
38 |
with gr.Blocks() as demo:
|
39 |
gr.HTML(title)
|
40 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
41 |
with gr.Row():
|
42 |
token = gr.Textbox(
|
43 |
label="Token",
|
|
|
31 |
title = (
|
32 |
"""<h1 style='text-align: center;'> 🧬 Collection Cloner 🧬</h1>"""
|
33 |
)
|
34 |
+
|
|
|
|
|
35 |
|
36 |
with gr.Blocks() as demo:
|
37 |
gr.HTML(title)
|
38 |
+
gr.Markdown(
|
39 |
+
"""<center>
|
40 |
+
This space allows you to clone a [Collection](https://huggingface.co/docs/hub/collections) from the Hugging Face Hub into your own namespace.
|
41 |
+
You can then edit the collection to your liking!</center>"""
|
42 |
+
)
|
43 |
with gr.Row():
|
44 |
token = gr.Textbox(
|
45 |
label="Token",
|