akhaliq HF staff commited on
Commit
76bbb52
1 Parent(s): d9a1282

add duplicate spaces badge

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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')