Pijush2023 commited on
Commit
5fc0c82
·
verified ·
1 Parent(s): 3840f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -525,7 +525,7 @@ def generate_audio_elevenlabs(text):
525
  "model_id": "eleven_multilingual_v2",
526
  "voice_settings": {
527
  "stability": 1.0,
528
- "similarity_boost": 0.5,
529
  "style": 0.70, # Adjust style for more romantic tone
530
  "use_speaker_boost": False
531
  }
@@ -556,7 +556,7 @@ def generate_image(prompt):
556
  return image
557
 
558
  # Hardcoded prompt for image generation
559
- hardcoded_prompt = "Useing The top events like 'Summer Art Festival' and current time - 4:07 PM ,Date - 06/17/2024 ,Weather-Sunny Bright Day.Create Highly Visually Compelling High Resolution and High Quality Photographics Advatizement for 'Toyota'"
560
 
561
 
562
 
 
525
  "model_id": "eleven_multilingual_v2",
526
  "voice_settings": {
527
  "stability": 1.0,
528
+ "similarity_boost": 0.0,
529
  "style": 0.70, # Adjust style for more romantic tone
530
  "use_speaker_boost": False
531
  }
 
556
  return image
557
 
558
  # Hardcoded prompt for image generation
559
+ hardcoded_prompt = "Useing The top events like 'Summer Art Festival'and Date - 06/18/2024 ,Weather-Sunny Bright Day.Create Highly Visually Compelling High Resolution and High Quality Photographics Advatizement for 'Toyota'"
560
 
561
 
562