Spaces:
Runtime error
Runtime error
update notes
Browse files
app.py
CHANGED
|
@@ -92,6 +92,9 @@ with gr.Blocks() as demo:
|
|
| 92 |
gr.Markdown(
|
| 93 |
"### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext)"
|
| 94 |
)
|
|
|
|
|
|
|
|
|
|
| 95 |
|
| 96 |
with gr.Tab("Demo"):
|
| 97 |
with gr.Row():
|
|
|
|
| 92 |
gr.Markdown(
|
| 93 |
"### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext)"
|
| 94 |
)
|
| 95 |
+
gr.Markdown(
|
| 96 |
+
"> **_NOTE:_** This is a beta release of the model. The consistency between views may not be perfect. I am working on improving the geometric consistency and spatial relationships between generated views."
|
| 97 |
+
)
|
| 98 |
|
| 99 |
with gr.Tab("Demo"):
|
| 100 |
with gr.Row():
|