teowu commited on
Commit
1920c80
·
verified ·
1 Parent(s): 9cef04d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(title="Q-Instruct-Plus🧑‍🏫🖌️") as demo:
168
  input_img_4 = gr.Image(type='pil', label="Image 4 (Third image)")
169
  with gr.Row():
170
  with gr.Column(scale=2):
171
- gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3, input_img_4], examples=examples)
172
  with gr.Column(scale=1):
173
  input_image_ir = gr.Image(type="pil", label="Image for Auto Restoration")
174
  output_image_ir = gr.Image(type="pil", label="Output of Auto Restoration")
 
168
  input_img_4 = gr.Image(type='pil', label="Image 4 (Third image)")
169
  with gr.Row():
170
  with gr.Column(scale=2):
171
+ gr.ChatInterface(fn = chat, additional_inputs=[input_img_1, input_img_2, input_img_3, input_img_4], theme="Soft", examples=examples)
172
  with gr.Column(scale=1):
173
  input_image_ir = gr.Image(type="pil", label="Image for Auto Restoration")
174
  output_image_ir = gr.Image(type="pil", label="Output of Auto Restoration")