Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ title = """
|
|
32 |
gap: 0.8rem;
|
33 |
font-size: 1.75rem;
|
34 |
margin-bottom: 10px;
|
|
|
35 |
"
|
36 |
>
|
37 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
@@ -40,7 +41,6 @@ title = """
|
|
40 |
</div>
|
41 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
42 |
Describe a musical prompt, generate music by getting a spectrogram image & sound.
|
43 |
-
<br /><a href="https://colab.research.google.com/drive/1FhH3HlN8Ps_Pr9OR6Qcfbfz7utDvICl0?usp=sharing" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
|
44 |
</p>
|
45 |
</div>
|
46 |
"""
|
@@ -65,7 +65,8 @@ article = """
|
|
65 |
<p style="text-align: center;font-size: 94%">
|
66 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
67 |
<span style="display: flex;align-items: center;justify-content: center;height: 30px;">
|
68 |
-
|
|
|
69 |
</span>
|
70 |
</p>
|
71 |
"""
|
|
|
32 |
gap: 0.8rem;
|
33 |
font-size: 1.75rem;
|
34 |
margin-bottom: 10px;
|
35 |
+
line-height: 1em;
|
36 |
"
|
37 |
>
|
38 |
<h1 style="font-weight: 600; margin-bottom: 7px;">
|
|
|
41 |
</div>
|
42 |
<p style="margin-bottom: 10px;font-size: 94%;font-weight: 100;line-height: 1.5em;">
|
43 |
Describe a musical prompt, generate music by getting a spectrogram image & sound.
|
|
|
44 |
</p>
|
45 |
</div>
|
46 |
"""
|
|
|
65 |
<p style="text-align: center;font-size: 94%">
|
66 |
Do you need faster results ? You can skip the queue by duplicating this space:
|
67 |
<span style="display: flex;align-items: center;justify-content: center;height: 30px;">
|
68 |
+
<a href="https://huggingface.co/fffiloni/spectrogram-to-music?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
|
69 |
+
<a href="https://colab.research.google.com/drive/1FhH3HlN8Ps_Pr9OR6Qcfbfz7utDvICl0?usp=sharing" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
|
70 |
</span>
|
71 |
</p>
|
72 |
"""
|