Spaces:
Running
Running
Maitreyapatel
commited on
Commit
·
8ea53b7
1
Parent(s):
a5b5393
typo
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ image_blocks = gr.Blocks(css=css)
|
|
122 |
with image_blocks as demo:
|
123 |
|
124 |
# with gr.Blocks() as demo:
|
125 |
-
gr.Markdown("<h1 style='text-align: center;'>ConceptBed
|
126 |
gr.Markdown("<h1 style='text-align: center;'><a href='https://conceptbed.github.io'>Project Page</a> | <a href='https://arxiv.org/abs/2306.04695'>Paper</a> </h1>")
|
127 |
gr.Markdown("""
|
128 |
## How to interpret results:
|
@@ -136,7 +136,7 @@ with image_blocks as demo:
|
|
136 |
2. Compositional Reasoning: available for all concepts except -- Art Painting, Cartoon, Sketch, Photo
|
137 |
# """)
|
138 |
gr.Markdown("""
|
139 |
-
### For further details on the ConceptBed benchmark, please refer to the paper at: <a href="https://
|
140 |
# """)
|
141 |
|
142 |
|
@@ -174,7 +174,7 @@ with image_blocks as demo:
|
|
174 |
|
175 |
|
176 |
image1 = gr.Image()#.style(height="200px", width="200px")
|
177 |
-
text1 = gr.Textbox(label="
|
178 |
btn1 = gr.Button(value="Get Image", full_width=False)
|
179 |
|
180 |
with gr.Column():
|
@@ -201,7 +201,7 @@ with image_blocks as demo:
|
|
201 |
columns=[3], rows=[1], height="200px"
|
202 |
)
|
203 |
image2 = gr.Image(elem_id="image_upload")
|
204 |
-
text2 = gr.Textbox(label="
|
205 |
btn2 = gr.Button(value="Get Image", full_width=False)
|
206 |
|
207 |
|
|
|
122 |
with image_blocks as demo:
|
123 |
|
124 |
# with gr.Blocks() as demo:
|
125 |
+
gr.Markdown("<h1 style='text-align: center;'>ConceptBed Benchmark Explorer</h1>")
|
126 |
gr.Markdown("<h1 style='text-align: center;'><a href='https://conceptbed.github.io'>Project Page</a> | <a href='https://arxiv.org/abs/2306.04695'>Paper</a> </h1>")
|
127 |
gr.Markdown("""
|
128 |
## How to interpret results:
|
|
|
136 |
2. Compositional Reasoning: available for all concepts except -- Art Painting, Cartoon, Sketch, Photo
|
137 |
# """)
|
138 |
gr.Markdown("""
|
139 |
+
### For further details on the ConceptBed benchmark, please refer to the paper at: <a href="https://arxiv.org/abs/2306.04695">https://conceptbed.github.io</a>
|
140 |
# """)
|
141 |
|
142 |
|
|
|
174 |
|
175 |
|
176 |
image1 = gr.Image()#.style(height="200px", width="200px")
|
177 |
+
text1 = gr.Textbox(label="Caption used to generate above image")
|
178 |
btn1 = gr.Button(value="Get Image", full_width=False)
|
179 |
|
180 |
with gr.Column():
|
|
|
201 |
columns=[3], rows=[1], height="200px"
|
202 |
)
|
203 |
image2 = gr.Image(elem_id="image_upload")
|
204 |
+
text2 = gr.Textbox(label="Caption used to generate above image")
|
205 |
btn2 = gr.Button(value="Get Image", full_width=False)
|
206 |
|
207 |
|