Spaces:
Runtime error
Runtime error
update notes
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
|
|
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
|
97 |
)
|
98 |
|
99 |
with gr.Tab("Demo"):
|
|
|
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 consistency and spatial relationships between generated views."
|
97 |
)
|
98 |
|
99 |
with gr.Tab("Demo"):
|