yakine commited on
Commit
8d08ae6
·
verified ·
1 Parent(s): 80bcb3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -76,8 +76,6 @@ generation_params = {
76
 
77
  def generate_synthetic_data(description, columns):
78
  try:
79
- load_llama_model()
80
-
81
  # Prepare the input for the Llama model
82
  formatted_prompt = format_prompt(description, columns)
83
 
 
76
 
77
  def generate_synthetic_data(description, columns):
78
  try:
 
 
79
  # Prepare the input for the Llama model
80
  formatted_prompt = format_prompt(description, columns)
81