File size: 513 Bytes
dbcea98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
title = "DIFF-SVC"
description = """
<p>
<body style="background-color: #18181a; color: white;"></body>
<center>
    <h1>DIFF-SVC Inference Cloud</h1>
    This is a Cloud Inference where you can render your models with your wav files
    <p>Enter a link:</p>
    <input type="text" id="link-input"/>
    <p>Upload a WAV file:</p> <input type="file" id="wav-input" accept=".wav"/>
    <button id="render-button">Render</button>
    <p>Diff-SVC prediction:</p>
    <p id="prediction-output"></p>
</center>
</p>
"""