Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -516,7 +516,7 @@ with demo:
|
|
| 516 |
'[**[Paper]**](https://arxiv.org/abs/2210.05274) '
|
| 517 |
'[**[Code]**](https://github.com/igashov/DiffLinker)'
|
| 518 |
)
|
| 519 |
-
with gr.
|
| 520 |
with gr.Row():
|
| 521 |
with gr.Column():
|
| 522 |
gr.Markdown('## Input')
|
|
|
|
| 516 |
'[**[Paper]**](https://arxiv.org/abs/2210.05274) '
|
| 517 |
'[**[Code]**](https://github.com/igashov/DiffLinker)'
|
| 518 |
)
|
| 519 |
+
with gr.Group():
|
| 520 |
with gr.Row():
|
| 521 |
with gr.Column():
|
| 522 |
gr.Markdown('## Input')
|