Spaces:
Runtime error
Runtime error
Commit
·
3fda9db
1
Parent(s):
8c5d405
test
Browse files- .gitignore +1 -0
- app.py +2 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.ipynb
|
app.py
CHANGED
|
@@ -14,6 +14,8 @@ with gr.Blocks() as block:
|
|
| 14 |
|
| 15 |
with gr.Tab("Single Analogical Reasoning"):
|
| 16 |
with gr.Row():
|
|
|
|
|
|
|
| 17 |
with gr.Column():
|
| 18 |
head_image = gr.Image(type='pil', label="Head Image")
|
| 19 |
head_ent = gr.Textbox(lines=1, label="Head Entity")
|
|
|
|
| 14 |
|
| 15 |
with gr.Tab("Single Analogical Reasoning"):
|
| 16 |
with gr.Row():
|
| 17 |
+
gr.Markdown(""" $(I_h, I_t) : (T_q, ?)$
|
| 18 |
+
""")
|
| 19 |
with gr.Column():
|
| 20 |
head_image = gr.Image(type='pil', label="Head Image")
|
| 21 |
head_ent = gr.Textbox(lines=1, label="Head Entity")
|