fffiloni commited on
Commit
9082963
β€’
1 Parent(s): 8ec4292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -163,15 +163,11 @@ with gr.Blocks(css=css) as demo:
163
  )
164
  submit_btn = gr.Button("Make LLM system from my pic !")
165
  with gr.Column():
166
- caption = gr.Textbox(
167
- label = "Image caption",
168
- elem_id = "image-caption"
169
- )
170
  result = gr.Textbox(
171
- label = "Suggested System",
172
  lines = 6,
173
  max_lines = 30,
174
- elem_id = "suggested-system-prompt"
175
  )
176
 
177
 
 
163
  )
164
  submit_btn = gr.Button("Make LLM system from my pic !")
165
  with gr.Column():
 
 
 
 
166
  result = gr.Textbox(
167
+ label = "Suggested Card",
168
  lines = 6,
169
  max_lines = 30,
170
+ elem_id = "suggested-card"
171
  )
172
 
173