cavargas10 commited on
Commit
cb0e67d
verified
1 Parent(s): 69e6e2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -55,24 +55,6 @@ def launch():
55
 
56
  create_3d_ui("wkl")
57
 
58
- # Mensaje de agradecimiento para @hysts
59
- gr.Markdown("""
60
- ### Special Thanks
61
- A big thank you to [@hysts](https://huggingface.co/hysts) for their help in making the "Duplicate this Space" feature work correctly!
62
- """)
63
-
64
- # Agregamos el fragmento HTML aqu铆
65
- gr.HTML("""
66
- <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
67
- <p style="display: flex; gap: 6px;">
68
- <a href="https://huggingface.co/spaces/cavargas10/Unico3D?duplicate=true">
69
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" alt="Duplicate this Space">
70
- </a>
71
- </p>
72
- <p>to skip the queue and enjoy faster inference on the GPU of your choice</p>
73
- </div>
74
- """)
75
-
76
  demo.queue().launch(share=True)
77
 
78
  if __name__ == '__main__':
 
55
 
56
  create_3d_ui("wkl")
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  demo.queue().launch(share=True)
59
 
60
  if __name__ == '__main__':