added duplicate button
Browse files
app.py
CHANGED
@@ -227,6 +227,12 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
|
|
227 |
gr.HTML(
|
228 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
229 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
gr.Markdown(
|
231 |
"This Space will create a dataset for you, all automatically. **Please be warned that due to not having a GPU on this Space, some steps might take longer to complete.**"
|
232 |
)
|
|
|
227 |
gr.HTML(
|
228 |
"<h1> Welcome to the GDMGS! (GlobalDatasetMaker Gradio Space) </h1>"
|
229 |
)
|
230 |
+
gr.Markdown("## Duplicate this space if you want to make your own changes!")
|
231 |
+
gr.HTML(
|
232 |
+
"""<p style="margin:5px auto;display: flex;justify-content: left;">
|
233 |
+
<a href="https://huggingface.co/spaces/Kryptone/GDMGS?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" alt="Duplicate this Space"></a>
|
234 |
+
</p>"""
|
235 |
+
)
|
236 |
gr.Markdown(
|
237 |
"This Space will create a dataset for you, all automatically. **Please be warned that due to not having a GPU on this Space, some steps might take longer to complete.**"
|
238 |
)
|