hysts HF staff commited on
Commit
c81c815
1 Parent(s): 3140f19

Fix URL for duplication

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(css='style.css') as demo:
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():
 
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/TEXTurePaper/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():