Spaces:
Sleeping
Sleeping
drakosfire
commited on
Commit
•
2518242
1
Parent(s):
60c7d21
miss app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,7 @@ with gr.Blocks() as demo:
|
|
51 |
|
52 |
# Function called when user generates item info, then assign values of dictionary to variables, output once to State, twice to textbox
|
53 |
def generate_text_update_textboxes(user_input):
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
llm_output=useri.call_llm(user_input)
|
58 |
item_key = list(llm_output.keys())
|
59 |
|
@@ -114,8 +112,7 @@ with gr.Blocks() as demo:
|
|
114 |
yield image_list
|
115 |
|
116 |
del preview
|
117 |
-
|
118 |
-
|
119 |
#generated_image_list = img2img.generate_image(num_img,sd_prompt,item_name,selected_border)
|
120 |
return image_list
|
121 |
|
|
|
51 |
|
52 |
# Function called when user generates item info, then assign values of dictionary to variables, output once to State, twice to textbox
|
53 |
def generate_text_update_textboxes(user_input):
|
54 |
+
|
|
|
|
|
55 |
llm_output=useri.call_llm(user_input)
|
56 |
item_key = list(llm_output.keys())
|
57 |
|
|
|
112 |
yield image_list
|
113 |
|
114 |
del preview
|
115 |
+
|
|
|
116 |
#generated_image_list = img2img.generate_image(num_img,sd_prompt,item_name,selected_border)
|
117 |
return image_list
|
118 |
|