Spaces:
Runtime error
Runtime error
stefania11 commited on
Commit ·
1c4f5a9
1
Parent(s): 4f18cef
update app file
Browse files
app.py
CHANGED
|
@@ -236,8 +236,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 236 |
</p>
|
| 237 |
|
| 238 |
<p style='text-align: center;'>
|
| 239 |
-
This demo is wired to the official SD Space and using the
|
| 240 |
-
—
|
| 241 |
</p>
|
| 242 |
|
| 243 |
''')
|
|
@@ -391,19 +390,19 @@ with gr.Blocks(css=css) as demo:
|
|
| 391 |
sd_output
|
| 392 |
])
|
| 393 |
|
| 394 |
-
audio_u_direct_sd.click(magic_whisper_to_sd,
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
|
| 408 |
diffuse_btn.click(get_images,
|
| 409 |
inputs = [
|
|
|
|
| 236 |
</p>
|
| 237 |
|
| 238 |
<p style='text-align: center;'>
|
| 239 |
+
This demo is wired to the official SD Space and using the Whisperer model
|
|
|
|
| 240 |
</p>
|
| 241 |
|
| 242 |
''')
|
|
|
|
| 390 |
sd_output
|
| 391 |
])
|
| 392 |
|
| 393 |
+
# audio_u_direct_sd.click(magic_whisper_to_sd,
|
| 394 |
+
# inputs = [
|
| 395 |
+
# upload_input,
|
| 396 |
+
# guidance_scale,
|
| 397 |
+
# nb_iterations,
|
| 398 |
+
# seed
|
| 399 |
+
# ],
|
| 400 |
+
# outputs = [
|
| 401 |
+
# language_detected_output,
|
| 402 |
+
# transcripted_output,
|
| 403 |
+
# translated_output,
|
| 404 |
+
# sd_output
|
| 405 |
+
# ])
|
| 406 |
|
| 407 |
diffuse_btn.click(get_images,
|
| 408 |
inputs = [
|