Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
|
|
129 |
approach = create_approach_dropdown()
|
130 |
chatbot = gr.Chatbot()
|
131 |
msg = gr.Textbox()
|
132 |
-
image = gr.Image(type="pil", label="Upload Image (optional)"
|
133 |
with gr.Row():
|
134 |
submit = gr.Button("Submit")
|
135 |
clear = gr.Button("Clear")
|
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
|
|
160 |
|
161 |
compare_input = gr.Textbox(label="Enter your message for comparison")
|
162 |
compare_button = gr.Button("Compare")
|
163 |
-
compare_image = gr.Image(type="pil", label="Upload Image for Comparison"
|
164 |
|
165 |
with gr.Row():
|
166 |
output1 = gr.Textbox(label="Response 1")
|
|
|
129 |
approach = create_approach_dropdown()
|
130 |
chatbot = gr.Chatbot()
|
131 |
msg = gr.Textbox()
|
132 |
+
image = gr.Image(type="pil", label="Upload Image (optional)")
|
133 |
with gr.Row():
|
134 |
submit = gr.Button("Submit")
|
135 |
clear = gr.Button("Clear")
|
|
|
160 |
|
161 |
compare_input = gr.Textbox(label="Enter your message for comparison")
|
162 |
compare_button = gr.Button("Compare")
|
163 |
+
compare_image = gr.Image(type="pil", label="Upload Image for Comparison")
|
164 |
|
165 |
with gr.Row():
|
166 |
output1 = gr.Textbox(label="Response 1")
|