Spaces:
Runtime error
Runtime error
add duplicate spaces badge (#1)
Browse files- add duplicate spaces badge (76bbb523edce1795b2f1a6e81a38c8523f227c07)
Co-authored-by: AK <[email protected]>
app.py
CHANGED
@@ -19,6 +19,13 @@ model = Model()
|
|
19 |
|
20 |
with gr.Blocks(css='style.css') as demo:
|
21 |
gr.Markdown(DESCRIPTION)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
with gr.Row():
|
23 |
with gr.Column():
|
24 |
input_shape = gr.Model3D(label='Input 3D mesh')
|
|
|
19 |
|
20 |
with gr.Blocks(css='style.css') as demo:
|
21 |
gr.Markdown(DESCRIPTION)
|
22 |
+
|
23 |
+
gr.HTML("""
|
24 |
+
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
25 |
+
<br/>
|
26 |
+
<a href="https://huggingface.co/spaces/hysts/TEXTure?duplicate=true">
|
27 |
+
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
28 |
+
<p/>""")
|
29 |
with gr.Row():
|
30 |
with gr.Column():
|
31 |
input_shape = gr.Model3D(label='Input 3D mesh')
|