Vihang28 commited on
Commit
d6c73f4
·
verified ·
1 Parent(s): 8291ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -114,11 +114,8 @@ with block:
114
  gr.Markdown(f'----')
115
  with gr.Row():
116
  with gr.Column():
117
- # img_input = gr.Text(label="Provide the Image names separated by a comma(,)")
118
  api_input = gr.Textbox(label= "Enter Api-key")
119
- merge_img = gr.Image(type="filepath")
120
  show_concat = gr.Button(value="Show Images")
121
- show_concat.click(concate_image, inputs=img_input, outputs=merge_img)
122
  with gr.Column():
123
  chatbot = gr.Chatbot(label="Chat with Image")
124
  message = gr.Textbox(label="User", placeholder=prompt)
 
114
  gr.Markdown(f'----')
115
  with gr.Row():
116
  with gr.Column():
 
117
  api_input = gr.Textbox(label= "Enter Api-key")
 
118
  show_concat = gr.Button(value="Show Images")
 
119
  with gr.Column():
120
  chatbot = gr.Chatbot(label="Chat with Image")
121
  message = gr.Textbox(label="User", placeholder=prompt)