Kangarroar's picture
Update app.py
a1586fe
raw
history blame
No virus
513 Bytes
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>
"""