Spaces:
Build error
Build error
duplicate badge replaced
Browse files
app.py
CHANGED
@@ -33,10 +33,9 @@ import numpy as np
|
|
33 |
import plotly.graph_objs as go
|
34 |
from my.utils.seed import seed_everything
|
35 |
|
36 |
-
|
37 |
SHARED_UI_WARNING = f'''### [NOTE] Training may be very slow in this shared UI.
|
38 |
You can duplicate and use it with a paid private GPU.
|
39 |
-
<a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/jyseo/3DFuse?duplicate=true"><img style="margin-top:0;margin-bottom:0" src="https://
|
40 |
Alternatively, you can also use the Colab demo on our project page.
|
41 |
<a style="display:inline-block" href="https://ku-cvlab.github.io/3DFuse/"><img style="margin-top:0;margin-bottom:0" src="https://img.shields.io/badge/Project%20Page-online-brightgreen"></a>
|
42 |
'''
|
|
|
33 |
import plotly.graph_objs as go
|
34 |
from my.utils.seed import seed_everything
|
35 |
|
|
|
36 |
SHARED_UI_WARNING = f'''### [NOTE] Training may be very slow in this shared UI.
|
37 |
You can duplicate and use it with a paid private GPU.
|
38 |
+
<a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/jyseo/3DFuse?duplicate=true"><img style="margin-top:0;margin-bottom:0" src="https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-xl-dark.svg" alt="Duplicate Space"></a>
|
39 |
Alternatively, you can also use the Colab demo on our project page.
|
40 |
<a style="display:inline-block" href="https://ku-cvlab.github.io/3DFuse/"><img style="margin-top:0;margin-bottom:0" src="https://img.shields.io/badge/Project%20Page-online-brightgreen"></a>
|
41 |
'''
|