stefania11 commited on
Commit
1c4f5a9
Β·
1 Parent(s): 4f18cef

update app file

Browse files
Files changed (1) hide show
  1. app.py +14 -15
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 Whisper model
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
- inputs = [
396
- upload_input,
397
- guidance_scale,
398
- nb_iterations,
399
- seed
400
- ],
401
- outputs = [
402
- language_detected_output,
403
- transcripted_output,
404
- translated_output,
405
- sd_output
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 = [