khurrameycon commited on
Commit
908cc3c
·
verified ·
1 Parent(s): 15d99f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def tts_inference(text, engine, model_file, voice_file, speed=1.0):
77
  }
78
  ]
79
 
80
- response_from_llama = client.chat.completions.create(
81
  model="meta-llama/Llama-3.2-11B-Vision-Instruct",
82
  messages=messages,
83
  max_tokens=500)
 
77
  }
78
  ]
79
 
80
+ response_from_llama = client.chat.completions.create(
81
  model="meta-llama/Llama-3.2-11B-Vision-Instruct",
82
  messages=messages,
83
  max_tokens=500)