Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -59,12 +59,6 @@ def process_image(image, prompt):
|
|
59 |
Question: {questions}.
|
60 |
Reward per question: {reward}"""
|
61 |
|
62 |
-
|
63 |
-
gr.Markdown(
|
64 |
-
"""
|
65 |
-
# T2I Adherence Scorer based on Davidsonian Scene Graph
|
66 |
-
"""
|
67 |
-
)
|
68 |
description = """
|
69 |
<p><center>
|
70 |
<a href="https://arxiv.org/abs/2310.18235A" target="_blank">[Original Paper]</a>
|
@@ -93,6 +87,7 @@ interface = gr.Interface(
|
|
93 |
["examples/input_image.png", "a cat with red eyes in the jungle"],
|
94 |
],
|
95 |
css=css,
|
|
|
96 |
cache_examples=True
|
97 |
)
|
98 |
|
|
|
59 |
Question: {questions}.
|
60 |
Reward per question: {reward}"""
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
description = """
|
63 |
<p><center>
|
64 |
<a href="https://arxiv.org/abs/2310.18235A" target="_blank">[Original Paper]</a>
|
|
|
87 |
["examples/input_image.png", "a cat with red eyes in the jungle"],
|
88 |
],
|
89 |
css=css,
|
90 |
+
title="T2I Adherence Scorer based on Davidsonian Scene Graph",
|
91 |
cache_examples=True
|
92 |
)
|
93 |
|