xqt commited on
Commit
33ecbd1
·
verified ·
1 Parent(s): 60c5ec5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -68,7 +68,7 @@ def assisted_prompt_generation(prompt):
68
  return "Failed"
69
 
70
  def verify_prompt(prompt):
71
- gradio.Info("Veryfying prompt...", duration = 2)
72
  try:
73
  response = together_client.chat.completions.create(
74
  model = "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
 
68
  return "Failed"
69
 
70
  def verify_prompt(prompt):
71
+ gradio.Info("Verifying prompt...", duration = 2)
72
  try:
73
  response = together_client.chat.completions.create(
74
  model = "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",