Update app.py
Browse files
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 |
|